Expand description
Simple re-enrollment per RFC 7030 §4.2.2.
The /simplereenroll operation renews an existing certificate using mTLS.
The subject in the CSR must match the mTLS client certificate subject.
CSR format follows RFC 2986 (PKCS#10). The CertificationRequest struct
from crate::enroll is reused for structured CSR access.
Structs§
- Reenroll
Request - Re-enrollment request (RFC 7030 §4.2.2).
- Reenroll
Response - Re-enrollment response (RFC 7030 §4.2.2).