From eb6bb11fbb71822bcaf70a555441a8315389d6ac Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 28 Sep 2021 11:30:27 +1000 Subject: [PATCH] taskwarrior: added certificate rotation --- profiles/taskserver.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/taskserver.nix b/profiles/taskserver.nix index f182b99..f9b79a0 100644 --- a/profiles/taskserver.nix +++ b/profiles/taskserver.nix @@ -36,6 +36,11 @@ ]; }; }; + pki.auto.expiration = { + ca = 365; + client = 365; + server = 365; + }; }; }