Fix method name in comment.
This commit is contained in:
parent
a9297100d8
commit
8c8c160c92
1 changed files with 2 additions and 2 deletions
4
ca/ca.go
4
ca/ca.go
|
@ -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…
Reference in a new issue