diff --git a/container/Vpn.nix b/container/Vpn.nix index f3d319ba..59e60878 100644 --- a/container/Vpn.nix +++ b/container/Vpn.nix @@ -4,6 +4,11 @@ # easyrsa --days=36500 build-client-full 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 +# 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 {