From 672dbf3baa7efff7e2471bc6adf9582733dde5d3 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:11:38 +0100 Subject: [PATCH] increase validity time --- modules/step-ca.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/step-ca.nix b/modules/step-ca.nix index e4751eb..d599159 100644 --- a/modules/step-ca.nix +++ b/modules/step-ca.nix @@ -66,8 +66,8 @@ in authority = { claims = { minTLSCertDuration = "5m"; - maxTLSCertDuration = "24h"; - defaultTLSCertDuration = "24h"; + maxTLSCertDuration = "72h"; + defaultTLSCertDuration = "72h"; }; provisioners = [ {