Skip to content

Commit e2ca79d

Browse files
Fix typos
Signed-off-by: Richard Wall <[email protected]>
1 parent 6763cec commit e2ca79d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/configuration/acme/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
6060
# If the ACME server supports profiles, you can specify the profile name here.
6161
# See #acme-certificate-profiles below.
62-
profile: tlserver
62+
profile: tlsserver
6363
server: https://acme-staging-v02.api.letsencrypt.org/directory
6464
privateKeySecretRef:
6565
# Secret resource that will be used to store the account's private key.

content/docs/troubleshooting/acme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ for the Order by running `kubectl describe` on the `Challenge` resource which is
124124

125125
### Common errors
126126

127-
* `Issuer: strict decoding error: unknown field "spec.acme.profile"`: The `ClusterIsssuer.spec.acme.profile` and `Issuer.spec.acme.profile` fields were added in cert-manager `>=v1.18.0`. You are probably trying to use the field with an older version of cert-manager.
127+
* `Issuer: strict decoding error: unknown field "spec.acme.profile"`: The `ClusterIssuer.spec.acme.profile` and `Issuer.spec.acme.profile` fields were added in cert-manager `>=v1.18.0`. You are probably trying to use the field with an older version of cert-manager.
128128
* `Failed to create Order: acme: certificate authority does not advertise a profile with name <profile-name>`: The ACME server supports [ACME Certificate Profiles](../configuration/acme/README.md#acme-certificate-profiles), but it does not have a profile matching the `profile` value in the `Issuer` or `ClusterIssuer`.
129129
* `Failed to create Order: acme: certificate authority does not support profiles`: The ACME server does not support [ACME Certificate Profiles](../configuration/acme/README.md#acme-certificate-profiles).
130130

0 commit comments

Comments
 (0)