Description
A suggestion (and no is a valid answer) but:
TLS Crypt
TLS Crypt improves upon TLS Auth by adding symmetric encryption to the control channel. This extra layer of encryption applies even to the key exchange before the TLS session starts. Like TLS Auth, it also provides protection against TLS-level attacks with post-quantum resistance if the pre-shared keys are kept secret.
Source: https://openvpn.net/as-docs/tls-control-channel.html#tls-auth
But the current samples still suggest optionally enabling tls-auth
(which has the added annoyance/complication of needing to explain and set a direction).. perhaps tls-crypt
would be better to include in the samples?
openvpn/sample/sample-config-files/server.conf
Lines 247 to 258 in c2776ee
openvpn/sample/sample-config-files/client.conf
Lines 111 to 113 in c2776ee