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
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]>
Copy file name to clipboardExpand all lines: content/docs/configuration/acme/README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,19 +91,17 @@ An ACME Server *may* offer a selection of different certificate profiles to ACME
91
91
92
92
Use the optional `profile` field in the `Issuer` or `ClusterIssuer` to select a profile for your ACME orders.
93
93
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.
95
96
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:
99
99
100
-
> ⚠️ The `shortlived` profile is currently locked behind an allow list.
0 commit comments