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 = [ {