mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-11 07:11:00 +00:00
Fix typo
This commit is contained in:
parent
a0242ad6ce
commit
bcacd2f4da
@ -60,7 +60,7 @@ func (o *Options) Validate() error {
|
||||
return errors.New("only RSA public keys are (currently) supported as decrypters")
|
||||
}
|
||||
|
||||
// check if intermedate public key is the same as the decrypter public key.
|
||||
// check if intermediate public key is the same as the decrypter public key.
|
||||
// In certnanny/sscep it's mentioned that the signing key can be different
|
||||
// from the decrypting (and encrypting) key. Currently that's not supported.
|
||||
if !decrypterPublicKey.Equal(intermediate.PublicKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user