Skip to content

Commit

Permalink
Fix bug whereby OCSP Must Staple requests would not be generated corr…
Browse files Browse the repository at this point in the history
…ectly

©! I hereby licence these changes under the licence with SHA256 hash
©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
  • Loading branch information
hlandau committed Aug 5, 2016
1 parent 85bd96e commit 46f9e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storageops/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ func (r *reconcile) createCSR(t *storage.Target) ([]byte, error) {
}

if t.Request.OCSPMustStaple {
csr.Extensions = append(csr.Extensions, pkix.Extension{
csr.ExtraExtensions = append(csr.ExtraExtensions, pkix.Extension{
Id: oidTLSFeature,
Value: mustStapleFeatureValue,
})
Expand Down

0 comments on commit 46f9e4e

Please sign in to comment.