pub fn cms_est_router() -> Router<Arc<AppState>>Expand description
Build the CMS-EST sub-router.
Mounts CMS-wrapped variants of the core EST enrollment endpoints
under /.well-known/est/cms/. Each handler unwraps the CMS
SignedData, delegates to the standard EST logic, and optionally
wraps the response in CMS EnvelopedData.