mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
openvpn: Correctly set expiry of server/client certs to 10 years
- After moving to easy-rsa 3.x, the expiry configuration key changed and original intention of setting the expiry to 10 years was not working. Update the key to set the expiry properly. Tests: - Install the app freshly and verify the server and client have 'Valid Not After' date set 10 years in future. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
ec89d11494
commit
0e91261446
@ -77,7 +77,7 @@ CERTIFICATE_CONFIGURATION = {
|
||||
'KEY_DIR': KEYS_DIRECTORY,
|
||||
'EASYRSA_OPENSSL': 'openssl',
|
||||
'EASYRSA_CA_EXPIRE': '3650',
|
||||
'EASYRSA_REQ_EXPIRE': '3650',
|
||||
'EASYRSA_CERT_EXPIRE': '3650',
|
||||
'EASYRSA_REQ_COUNTRY': 'US',
|
||||
'EASYRSA_REQ_PROVINCE': 'NY',
|
||||
'EASYRSA_REQ_CITY': 'New York',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user