Skip to content

Certificate Lifecycle

Stage: Alpha Status: Draft

Certificates move through enrollment, issuance, renewal, status checks, and revocation.

flowchart LR
  Token[Bootstrap token] --> Enroll[Enrollment]
  Enroll --> CSR[CSR generated locally]
  CSR --> Issue[Intermediate signs certificate]
  Issue --> Renew[Renew before expiry]
  Issue --> Revoke[Revoke when needed]

IronRoot defaults to short-lived server certificates and renewal before expiry.