Fix method name in comment.

pull/516/head
Mariano Cano 3 years ago
parent a9297100d8
commit 8c8c160c92

@ -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

Loading…
Cancel
Save