Browse Source

clarify info re: revoking EC keys

pull/152/head
srvrco 9 years ago
parent
commit
05050032af
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@ -228,7 +228,9 @@ In general revoking a certificate is not required.
usage: getssl -r path/to/cert path/to/key
You need to specify both the certificate you want to revoke, and the account or private domain key which was used to sign / obtain the original key. Note: the key used need to be an RSA key currently ( EC keys are not supported for revoking a certificate yet)
You need to specify both the certificate you want to revoke, and the account or private domain key which was used to sign / obtain the original key.
Note: the key used needs to be an RSA key currently ( EC keys are not supported for revoking a certificate yet), so you will need to use the RSA account key to revoke a cert signed with an EC domain key.
## Issues / problems / help


Loading…
Cancel
Save