mirror of
https://github.com/angristan/openvpn-install.git
synced 2026-09-26 03:33:21 +02:00
Use secp256k1 curve for ECDH (fix)
I forgot the curve in https://github.com/Angristan/OpenVPN-install/pull/33/commits/23daeca80a20ef2e237445351d57b83bfbc45c89
This commit is contained in:
+1
-1
@@ -406,7 +406,7 @@ cert server.crt
|
||||
key server.key
|
||||
tls-auth tls-auth.key 0
|
||||
dh none
|
||||
ecdh-curve
|
||||
ecdh-curve secp256k1
|
||||
auth SHA256
|
||||
cipher cipher AES-128-GCM
|
||||
tls-server
|
||||
|
||||
Reference in New Issue
Block a user