pub const PKCS10: &str = "application/pkcs10";Expand description
PKCS#10 certificate signing request (DER-encoded, base64-wrapped).
Registered by RFC 5967 (“The application/pkcs10 Media Type”). This is the
mandatory Content-Type for CSR submission in EST /simpleenroll and
/simplereenroll request bodies (RFC 7030 §4.2.1).
The DER-encoded CSR is base64-wrapped for HTTP transport per RFC 7030 §4. Optional parameters defined by RFC 5967 §2:
charset(not used; DER is binary)smime-type(seeAPPLICATION_PKCS10_SMIME)