diff --git a/ca/ca.go b/ca/ca.go index b99b02d8..c4e79268 100644 --- a/ca/ca.go +++ b/ca/ca.go @@ -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