Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/tutorials/acme/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ Events:
> Note: If your challenges are not becoming 'valid' and remain in the 'pending'
> state (or enter into a 'failed' state), it is likely there is some kind of
> configuration error. Read the [Challenge resource reference
> docs](../../../reference/api-docs/#acme.cert-manager.io/v1alpha2.Challenge) for more
> docs](../../../reference/api-docs/#acme.cert-manager.io/v1.Challenge) for more
> information on debugging failing challenges.

Once the challenge(s) have been completed, their corresponding challenge
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/usage/certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The `Certificate` will be issued using the issuer named `ca-issuer` in the
> days, 23 hours (the _full duration_ remains 90 days).

A full list of the fields supported on the Certificate resource can be found in
the [API reference documentation](../../reference/api-docs/#cert-manager.io/v1alpha2.CertificateSpec).
the [API reference documentation](../../reference/api-docs/#cert-manager.io/v1.CertificateSpec).

## X.509 key usages and extended key usages {#key-usages}

Expand All @@ -136,7 +136,7 @@ cert-manager will not attempt to request a new certificate if the current
certificate does not match the current key usage set.

An exhaustive list of supported key usages can be found in the [API reference
documentation](../../reference/api-docs/#cert-manager.io/v1alpha2.KeyUsage).
documentation](../../reference/api-docs/#cert-manager.io/v1.KeyUsage).

## Temporary Certificates while Issuing {#temporary-certificates-whilst-issuing}

Expand Down