certificate renewal time
This commit is contained in:
parent
047b565331
commit
dcce31da0b
1 changed files with 3 additions and 0 deletions
|
@ -312,6 +312,9 @@ class EasyRSA:
|
||||||
dn.common_name,
|
dn.common_name,
|
||||||
"nopass",
|
"nopass",
|
||||||
|
|
||||||
|
# allow renewal 14 days before cert expiry
|
||||||
|
EASYRSA_CERT_RENEW="14",
|
||||||
|
|
||||||
**dn.easyrsa_env,
|
**dn.easyrsa_env,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue