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 // WithIssuerPassword sets the given password as the configured certificate
// password in the CA options. // issuer password in the CA options.
func WithIssuerPassword(password []byte) Option { func WithIssuerPassword(password []byte) Option {
return func(o *options) { return func(o *options) {
o.issuerPassword = password o.issuerPassword = password

Loading…
Cancel
Save