Expand description
STAR (Short-Term Automatic Renewal) certificate management (RFC 8739).
STAR issues short-lived certificates that auto-renew without client interaction. The server pre-generates renewal certificates before the current one expires, so clients just fetch the latest.
This is the server-side answer to the CA/B Forum 47-day certificate validity mandate taking effect March 2029.
Modules§
- renewal
- Background renewal task for STAR certificates (RFC 8739).
Structs§
- Star
Certificate - A certificate issued as part of a STAR renewal cycle.
- Star
Manager - Manages STAR orders and certificate renewal state.
- Star
Order - A STAR order representing a recurring certificate renewal agreement.
Enums§
- Star
Error - Errors from STAR order and certificate operations.
- Star
Order Status - Lifecycle status of a STAR order.