Skip to main content

Module reenroll

Module reenroll 

Source
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§

ReenrollRequest
Re-enrollment request (RFC 7030 §4.2.2).
ReenrollResponse
Re-enrollment response (RFC 7030 §4.2.2).