You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the `CertificateRequest` is not `Approved`, the issuer **must** not process it. Issuers are not
55
55
responsible for approving `CertificateRequests` and should refuse to proceed if they find a certificate
56
56
that is not approved.
57
57
58
-
If a `CertificateRequest` created for an issuance associated with a `Certificate` gets [`Denied`](../concepts/certificaterequest.md#approval), the issuance will be failed by cert-manager's issuing controller.
58
+
If a `CertificateRequest` created for an issuance associated with a `Certificate` gets [`Denied`](../usage/certificaterequest.md#approval), the issuance will be failed by cert-manager's issuing controller.
59
59
60
60
## Conditions
61
61
@@ -65,7 +65,7 @@ status of that resource to a ready state, as this is what is used to signal to h
65
65
controllers - such as the `Certificate` controller - that the resource is ready to be consumed.
66
66
67
67
Conversely, if the `CertificateRequest` fails, it is as important to mark the resource as such, as this will
68
-
also be used as a signal to higher order controllers. Valid condition states are listed under [concepts](../concepts/certificaterequest.md#conditions).
68
+
also be used as a signal to higher order controllers. Valid condition states are listed under [concepts](../usage/certificaterequest.md#conditions).
0 commit comments