Vpn: Add a note on cert expirity configuration.
This commit is contained in:
parent
5cfbb60b83
commit
255de1df52
|
@ -1,6 +1,7 @@
|
||||||
# easyrsa init-pki
|
# easyrsa init-pki
|
||||||
# easyrsa build-ca
|
# easyrsa build-ca
|
||||||
# easyrsa build-server-full <SERVER_NAME> nopass
|
# easyrsa build-server-full <SERVER_NAME> nopass
|
||||||
|
# export EASYRSA_CERT_EXPIRE=36500
|
||||||
# easyrsa build-client-full <CLIENT_NAME> nopass
|
# easyrsa build-client-full <CLIENT_NAME> nopass
|
||||||
# openssl dhparam -out dh2048.pem 2048
|
# openssl dhparam -out dh2048.pem 2048
|
||||||
# Don't forget to set tls hostname on the client to match SERVER_NAME *AND* disable ipv6 ?
|
# Don't forget to set tls hostname on the client to match SERVER_NAME *AND* disable ipv6 ?
|
||||||
|
|
Loading…
Reference in a new issue