pub async fn post_cms_simplereenroll(
label: LabelExtractor,
__arg1: State<Arc<AppState>>,
body: Bytes,
) -> Result<Response, KipukaError>Expand description
POST /.well-known/est/cms/simplereenroll
CMS-wrapped simple re-enrollment (RFC 8295 §4 + RFC 7030 §4.2.2).
Similar to post_cms_simpleenroll but for certificate renewal.
The CMS signer certificate serves as proof of the existing identity,
analogous to the mTLS client certificate in standard re-enrollment.