Certificate Lifecycle Service · View 02 of 21 · Context and scope
The shape
- Request and policy decide whether an identity may ask at all; entitlement is proved differently per trust domain; issuance is the only stage that can cause a signature.
- Distribution and installation is a stage, not a side effect: a certificate that reaches a secret store has not yet reached the process that serves it.
- Verification is a stage of its own, run by components that do not share a failure domain with issuance.
Why the loop closes at verify
- The renewal scheduler reads what is due from observed state, not from issuance records, so a renewal that did not take effect stays due.
- This is the difference between a platform that reports green while an endpoint expires, and one that cannot.
Deliberately omitted
- The discovery feed back into the order manager, which is drawn in view 09 and specified in §8 of the requirement.