Fix method name in comment.

This commit is contained in:
Mariano Cano 2021-03-25 11:06:37 -07:00
parent a9297100d8
commit 8c8c160c92

View file

@ -54,8 +54,8 @@ func WithPassword(password []byte) Option {
}
}
// WithIssuer sets the given password as the configured certificate issuer
// password in the CA options.
// WithIssuerPassword sets the given password as the configured certificate
// issuer password in the CA options.
func WithIssuerPassword(password []byte) Option {
return func(o *options) {
o.issuerPassword = password