Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman authored and dopey committed May 26, 2021
1 parent a0242ad commit bcacd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scep/options.go
Expand Up @@ -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) {
Expand Down

0 comments on commit bcacd2f

Please sign in to comment.