From 369f979d336e925c9e46c0d76446a6c7bddefbc2 Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Fri, 15 May 2026 17:45:14 -0400 Subject: [PATCH 1/2] Update for profile changes --- content/en/docs/profiles.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/profiles.md b/content/en/docs/profiles.md index c46a7396c..4fdea1555 100644 --- a/content/en/docs/profiles.md +++ b/content/en/docs/profiles.md @@ -57,7 +57,7 @@ The issued certificate no longer contains any of the fields discussed above. The | [Key Encipherment KU](#key-encipherment-key-usage) | No | | [TLS Client Auth EKU](#tls-client-authentication-extended-key-usage) | No | | [Subject Key ID](#subject-key-identifier-extension) | No | -| [Validity Period](#validity-period) | 90 days | +| [Validity Period](#validity-period) | 45 days | | [Revocation Information](#revocation-information) | CRL | | [Max Names](#max-names) | 25 | | [Identifier Types](#identifier-types) | DNS | @@ -93,8 +93,7 @@ We recommend this profile for those who fully trust their automation to renew th Certificates issued with the tlsclient profile contain the TLS Client Auth EKU. It is otherwise identical to the classic profile. -However, as [announced on our blog](/2025/05/14/ending-tls-client-authentication), -this profile will soon cease to exist. Subscribers who are already using it prior to May 13, 2026 may continue to use it until July 8, 2026. +However, as [announced on our blog](/2025/05/14/ending-tls-client-authentication), this profile will soon cease to exist. It is no longer generally available. Subscribers who are already using it prior to May 13, 2026 may continue to use it until July 8, 2026. This profile exists for the sole purpose of allowing Subscribers who need access to TLS Client Auth certificates to retain that EKU for slightly longer, to From 06e716e654e467b72acc5cb2df2c41dc6f33c14c Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Fri, 15 May 2026 17:50:31 -0400 Subject: [PATCH 2/2] Add lastmod --- content/en/docs/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/profiles.md b/content/en/docs/profiles.md index 4fdea1555..8188b172f 100644 --- a/content/en/docs/profiles.md +++ b/content/en/docs/profiles.md @@ -1,7 +1,7 @@ --- title: Profiles slug: profiles -lastmod: 2026-03-16 +lastmod: 2026-05-15 show_lastmod: false ---