Vpn: Add info on user revokation.

This commit is contained in:
Dmitry Voronin 2024-11-27 02:46:45 +03:00
parent ef32f0a27d
commit 9406dd3270

View file

@ -4,6 +4,11 @@
# easyrsa --days=36500 build-client-full <CLIENT_NAME> nopass
# openssl dhparam -out dh2048.pem 2048
# Don't forget to set tls hostname on the client to match SERVER_NAME *AND* disable ipv6 ?
# easyrsa revoke <CLIENT_NAME>
# easyrsa gen-crl
# restart container
# SEE: https://github.com/OpenVPN/openvpn/blob/master/sample/sample-config-files/server.conf
# SRC: https://github.com/TinCanTech/easy-tls
{