Skip to content

Add "TLS Feature" Extension to ACME cert template #515

Answered by tashian
logopk asked this question in Q&A
Discussion options

You must be logged in to vote

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.
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.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@logopk
Comment options

@maraino
Comment options

@logopk
Comment options

@maraino
Comment options

@logopk
Comment options

Answer selected by tashian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants