cert-tool icon indicating copy to clipboard operation
cert-tool copied to clipboard

Support creation of CSRs/certs with the OCSP "must staple" attribute

Open Castaglia opened this issue 7 years ago • 0 comments

Add a command-line option, e.g. --must-staple, which adds the necessary extra config to the file:

[ req ]
req_extensions = cert_tool_req_ext

[ cert_tool_req_ext ]
1.3.6.1.5.5.7.1.24=DER:30:03:02:01:05

See:

  • https://community.letsencrypt.org/t/improving-revocation-will-lets-encrypt-support-ocsp-must-staple/4334/47

Castaglia avatar Jun 10 '17 16:06 Castaglia