|
@@ -10,7 +10,9 @@ key /etc/openvpn/secrets/server.key # This file should be kept secret
|
|
|
|
|
|
tls-version-min 1.3 or-highest
|
|
tls-version-min 1.3 or-highest
|
|
tls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
|
|
tls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
|
|
-ncp-ciphers AES-256-GCM
|
|
|
|
|
|
+data-ciphers AES-256-GCM
|
|
|
|
+# Fallback for OpenVPN before version 2.5, use "-" to disable support.
|
|
|
|
+data-ciphers-fallback AES-256-GCM
|
|
auth SHA256
|
|
auth SHA256
|
|
dh none
|
|
dh none
|
|
ecdh-curve secp384r1
|
|
ecdh-curve secp384r1
|