Skip to content

Commit 96caf0a

Browse files
Remove references to specific Let's Encrypt profiles
Instead just link to the profiles documentation and explain how to find profiles from the ACME directory object. Signed-off-by: Richard Wall <[email protected]>
1 parent e2ca79d commit 96caf0a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

content/docs/configuration/acme/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,17 @@ An ACME Server *may* offer a selection of different certificate profiles to ACME
9191

9292
Use the optional `profile` field in the `Issuer` or `ClusterIssuer` to select a profile for your ACME orders.
9393

94-
For example, Let's Encrypt offers the following [profiles](https://letsencrypt.org/docs/profiles/):
94+
Let's Encrypt already offers [a selection of profiles](https://letsencrypt.org/docs/profiles/).
95+
Other ACME servers may not yet support profiles or they might offer different profiles, so check your ACME server's documentation to see what profiles are available.
9596

96-
- [`classic`][classic]: is the default profile selected for all orders which do not request a specific profile
97-
- [`tlsserver`][tlsserver]: for standard server certificates.
98-
- [`shortlived`][shortlived]: for short-lived six-day certificates.
97+
You can find out if your ACME server supports profiles by downloading the directory object.
98+
For example:
9999

100-
> ⚠️ The `shortlived` profile is currently locked behind an allow list.
101-
102-
[classic]: https://letsencrypt.org/docs/profiles/#classic
103-
[tlsserver]: https://letsencrypt.org/docs/profiles/#tlsserver
104-
[shortlived]: https://letsencrypt.org/docs/profiles/#shortlived
100+
```bash
101+
curl -fsSL https://acme-staging-v02.api.letsencrypt.org/directory
102+
```
105103

106-
Other ACME servers may offer different profiles, so check your ACME server's documentation to see what profiles are available.
104+
If profiles are supported you will see "profiles" among the fields of the JSON object.
107105

108106
If you do not specify a profile, the ACME server will use its default profile,
109107
which in the case of Let's Encrypt, is the `classic` profile.

0 commit comments

Comments
 (0)