We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd18ef6 commit 6bc5bb5Copy full SHA for 6bc5bb5
x509/x509.go
@@ -262,7 +262,7 @@ func NewSelfSignedCertificateAuthority(setters ...Option) (*CertificateAuthority
262
}
263
264
// NewCertificateAuthorityFromCertificateAndKey builds CertificateAuthority from PEMEncodedCertificateAndKey.
265
-func NewCertificateAuthorityFromCertificateAndKey(p *PEMEncodedCertificateAndKey, setters ...Option) (*CertificateAuthority, error) {
+func NewCertificateAuthorityFromCertificateAndKey(p *PEMEncodedCertificateAndKey) (*CertificateAuthority, error) {
266
ca := &CertificateAuthority{
267
CrtPEM: p.Crt,
268
KeyPEM: p.Key,
0 commit comments