lisenet / docker-openvpn

OpenVPN server in a Docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use tls-crypt instead of tls-auth

lisenet opened this issue · comments

tls-auth Uses a shared group key to sign and verify packets.

tls-crypt does the same as tls-auth, but also encrypts the TLS control channel.