Vpn: Use crl.

This commit is contained in:
Dmitry Voronin 2024-11-27 02:50:09 +03:00
parent 6450658e27
commit 372ba8bfad
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,6 +2,7 @@
# easyrsa --days=36500 build-ca # easyrsa --days=36500 build-ca
# easyrsa --days=36500 build-server-full <SERVER_NAME> nopass # easyrsa --days=36500 build-server-full <SERVER_NAME> nopass
# easyrsa --days=36500 build-client-full <CLIENT_NAME> nopass # easyrsa --days=36500 build-client-full <CLIENT_NAME> nopass
# easyrsa gen-crl
# 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 ?
@ -91,6 +92,7 @@ in {
ca /data/pki/ca.crt ca /data/pki/ca.crt
cert /data/pki/issued/home.crt cert /data/pki/issued/home.crt
client-to-client client-to-client
crl-verify /data/pki/crl.pem
dev tun dev tun
dh /data/dh2048.pem dh /data/dh2048.pem
explicit-exit-notify 1 explicit-exit-notify 1