mirror of
https://github.com/go-acme/lego.git
synced 2025-06-06 10:37:24 +02:00
parent
cc94601612
commit
cbd5d04c89
@ -226,7 +226,7 @@ func generateCsr(privateKey crypto.PrivateKey, domain string, san []string, must
|
||||
}
|
||||
|
||||
if mustStaple {
|
||||
template.Extensions = append(template.Extensions, pkix.Extension{
|
||||
template.ExtraExtensions = append(template.ExtraExtensions, pkix.Extension{
|
||||
Id: tlsFeatureExtensionOID,
|
||||
Value: ocspMustStapleFeature,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user