diff --git a/content/en/docs/usage/certificate.md b/content/en/docs/usage/certificate.md index 0942eb9be3d..aad8ef65b2d 100644 --- a/content/en/docs/usage/certificate.md +++ b/content/en/docs/usage/certificate.md @@ -200,7 +200,7 @@ certificate object is reissued under the following circumstances: kubectl cert-manager renew cert-1 ``` Note that the above command requires the [kubectl - cert-manager](/docs/usage/kubectl-plugin/#renew) plugin. + cert-manager](../kubectl-plugin/#renew) plugin. {{% pageinfo color="warning" %}} @@ -208,7 +208,7 @@ certificate object is reissued under the following circumstances: **not a recommended solution** for manually rotating the private key. The recommended way to manually rotate the private key is to trigger the reissuance of the Certificate resource with the following command (requires the [`kubectl -cert-manager`](/docs/usage/kubectl-plugin/#renew) plugin): +cert-manager`](../kubectl-plugin/#renew) plugin): ```sh kubectl cert-manager renew cert-1 @@ -265,4 +265,4 @@ cert-manager will automatically renew `Certificate`s. It will calculate _when_ t Minimum value for `spec.duration` is 1 hour and minimum value for `spec.renewBefore` is 5 minutes. It is also required that `spec.duration` > `spec.renewBefore`. -Once an X.509 certificate has been issued, cert-manager will calculate the renewal time for the `Certificate`. By default this will be 2/3 through the X.509 certificate's duration. If `spec.renewBefore` has been set, it will be `spec.renewBefore` amount of time before expiry. cert-manager will set `Certificate`'s `status.RenewalTime` to the time when the renewal will be attempted. \ No newline at end of file +Once an X.509 certificate has been issued, cert-manager will calculate the renewal time for the `Certificate`. By default this will be 2/3 through the X.509 certificate's duration. If `spec.renewBefore` has been set, it will be `spec.renewBefore` amount of time before expiry. cert-manager will set `Certificate`'s `status.RenewalTime` to the time when the renewal will be attempted.