Fleet cert renewal: When does renewal happen if validity is 30 days? (#42392)

15 days
This commit is contained in:
Noah Talerman
2026-03-26 07:42:43 -07:00
committed by GitHub
parent 0ddc08c431
commit 46b581185d
@@ -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.