forked from TrueCloudLab/certificates
Fix typos in WithX509IntermediateCerts comment
This commit is contained in:
parent
8374c0d26e
commit
0bedd22850
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ func WithX509FederatedCerts(certs ...*x509.Certificate) Option {
|
|||
// constraint validation before a certificate is issued.
|
||||
//
|
||||
// This option should only be used on specific configurations, for example when
|
||||
// WithX509SignerFunc is used, as we don't know the list of intermediates on
|
||||
// WithX509SignerFunc is used, as we don't know the list of intermediates in
|
||||
// advance.
|
||||
func WithX509IntermediateCerts(intermediateCerts ...*x509.Certificate) Option {
|
||||
return func(a *Authority) error {
|
||||
|
|
Loading…
Reference in a new issue