taskwarrior: added certificate rotation

This commit is contained in:
Serĉanto de Scio 2021-09-28 11:30:27 +10:00
parent 05eacf4c76
commit eb6bb11fbb
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -36,6 +36,11 @@
];
};
};
pki.auto.expiration = {
ca = 365;
client = 365;
server = 365;
};
};
}