Skip to content

Commit 46f9e4e

Browse files
committed
Fix bug whereby OCSP Must Staple requests would not be generated correctly
©! I hereby licence these changes under the licence with SHA256 hash ©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
1 parent 85bd96e commit 46f9e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storageops/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ func (r *reconcile) createCSR(t *storage.Target) ([]byte, error) {
723723
}
724724

725725
if t.Request.OCSPMustStaple {
726-
csr.Extensions = append(csr.Extensions, pkix.Extension{
726+
csr.ExtraExtensions = append(csr.ExtraExtensions, pkix.Extension{
727727
Id: oidTLSFeature,
728728
Value: mustStapleFeatureValue,
729729
})

0 commit comments

Comments
 (0)