Expand description
STAR (Short-Term Automatic Renewal) endpoints (RFC 8739).
Extends the EST endpoint set (RFC 7030) with STAR semantics for automatic certificate renewal. Clients create a STAR order once, then fetch the latest certificate at any time without re-authenticating.
§Route structure
/.well-known/est/star
POST Create STAR order (authenticated)
/.well-known/est/star/{order_id}
GET Fetch current certificate (unauthenticated)
DELETE Cancel STAR order (authenticated)
/.well-known/est/star/{order_id}/history
GET List all certificates in series (unauthenticated)Functions§
- delete_
star_ order DELETE /.well-known/est/star/{order_id}- get_
star_ certificate GET /.well-known/est/star/{order_id}- get_
star_ history GET /.well-known/est/star/{order_id}/history- post_
star_ order POST /.well-known/est/star- star_
router - Build the STAR sub-router.