We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f088f92 commit 35a4d6eCopy full SHA for 35a4d6e
scep/scep.go
@@ -13,8 +13,8 @@ func init() {
13
// enable the fallback X509 certificate parser to support parsing
14
// Windows SCEP enrollment certificates that contain a critical
15
// authority key identifier extension. Starting with Go 1.23 those
16
- // fail to be parsed by the crypto/x509. Enabling the legacy
17
- // fallback parser is a workaround for that.
+ // fail to be parsed by crypto/x509. Enabling the legacy fallback
+ // parser is a workaround for that.
18
pkcs7.SetFallbackLegacyX509CertificateParserEnabled(true)
19
}
20
0 commit comments