From 46b581185d80bd9229c6eec10d3face381723af0 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:42:43 -0400 Subject: [PATCH] Fleet cert renewal: When does renewal happen if validity is 30 days? (#42392) 15 days --- articles/connect-end-user-to-wifi-with-certificate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/connect-end-user-to-wifi-with-certificate.md b/articles/connect-end-user-to-wifi-with-certificate.md index 0f0b88b5d8..b7a895b644 100644 --- a/articles/connect-end-user-to-wifi-with-certificate.md +++ b/articles/connect-end-user-to-wifi-with-certificate.md @@ -758,7 +758,7 @@ SELECT 1 FROM certificates WHERE path = '/opt/company/certificate.pem' AND not_v ## Renewal -Fleet will automatically renew certificates on Apple (macOS, iOS, iPadOS), Windows, and Android hosts 30 days before expiration. If the entire validity period is less than 30 days (e.g. 20 days), Fleet will automatically renew at half the validity period (e.g. 10 days). Currently, Fleet does not support automatic renewal for Linux hosts. +Fleet will automatically renew certificates on Apple (macOS, iOS, iPadOS), Windows, and Android hosts 30 days before expiration. If the entire validity period is less than or equal to 30 days (e.g. 20 days), Fleet will automatically renew at half the validity period (e.g. 10 days). Currently, Fleet does not support automatic renewal for Linux hosts. Automatic renewal is only supported if the validity period is set to 2 days or longer.