certificate renewal time

This commit is contained in:
Jörn-Michael Miehe 2022-04-07 06:22:24 +00:00
parent 047b565331
commit dcce31da0b

View file

@ -312,6 +312,9 @@ class EasyRSA:
dn.common_name,
"nopass",
# allow renewal 14 days before cert expiry
EASYRSA_CERT_RENEW="14",
**dn.easyrsa_env,
)