Certificate Lifecycle Service · View 10 of 21 · Data
The rules per zone
- Declared: human-authored, reviewed, versioned in git. The control plane reconciles it and never edits it, so a running system cannot quietly become its own policy authority.
- Immutable evidence: append-only, retention-bound, no operator edit or delete. S3 Object Lock, not an IAM policy.
- Derived: rebuildable from the ledger plus one full probe sweep — and that rebuild is rehearsed annually rather than assumed.
- Tenant-isolated: partitioned per tenant, deleted on exit, challenge tokens never logged.
What is not here
- No private key material exists anywhere in this platform. That is a consequence of CSR-only issuance, not an access control on a store — which means a full compromise of the platform's databases yields no key.
- It also means a backup restore cannot revive a key that should be gone.
Assumption
- Registry RPO 0, RTO ≤ 30 minutes; the ledger is the fallback source of truth for a rebuild.