Expand description
CMS-wrapped EST endpoints (RFC 8295).
These endpoints accept EST requests wrapped in CMS SignedData for authentication and return responses wrapped in CMS EnvelopedData for confidentiality. This enables EST over plain HTTP when a TLS-terminating proxy strips the TLS layer.
RFC 8295 §4: All EST operations are supported with CMS wrapping.
The Content-Type for all requests and responses is
application/pkcs7-mime.
§Route structure
/.well-known/est/cms/
simpleenroll POST (§4.2 + CMS wrapping)
simplereenroll POST (§4.2.2 + CMS wrapping)
serverkeygen POST (§4.4 + CMS wrapping)
fullcmc POST (§4.3 + CMS wrapping)Functions§
- cms_
est_ router - Build the CMS-EST sub-router.
- post_
cms_ fullcmc POST /.well-known/est/cms/fullcmc- post_
cms_ serverkeygen POST /.well-known/est/cms/serverkeygen- post_
cms_ simpleenroll POST /.well-known/est/cms/simpleenroll- post_
cms_ simplereenroll POST /.well-known/est/cms/simplereenroll