-
Hi, how would I add this x509Extension for "OCSP must staple" to my leaf-template? Adding
leads to an error on acme.sh
Apparently it differs from
Is this even possibel? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
tashian
Mar 24, 2021
Replies: 1 comment 5 replies
-
I think based on this blog post you could try something like: "extensions": [{"id": "1.3.6.1.5.5.7.1.24", "value": "MAMCAQU="}] The ID is the OID for OCSP must staple. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
tashian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think based on this blog post you could try something like:
The ID is the OID for OCSP must staple.
The value is base64 encoded ASN.1 DER for the RFC7633 Features module. I'm not sure if I got that value right, but the DER (from the blog post) is 30:03:02:01:05.