Guides


Compliance


EST Endpoints

Operation Path Method Description
CA Certs /.well-known/est/cacerts GET Retrieve current CA certificates (no auth required)
Simple Enroll /.well-known/est/simpleenroll POST Initial certificate enrollment (OTP or mTLS auth)
Simple Re-enroll /.well-known/est/simplereenroll POST Certificate renewal with existing client cert (mTLS)
Full CMC /.well-known/est/fullcmc POST Full CMC enrollment (RFC 5272) for complex requests
Server Keygen /.well-known/est/serverkeygen POST Server-side key generation with KRA escrow
CSR Attributes /.well-known/est/csrattrs GET Advertise supported CSR attributes and algorithms

All endpoints support EST label routing: /.well-known/est/<label>/simpleenroll


Rust API Reference