From da9e082f431bcb13198bea656b70b6f6ed6add20 Mon Sep 17 00:00:00 2001 From: Jelle Dekker Date: Wed, 20 Sep 2017 22:42:29 -0500 Subject: [PATCH] Changed the default length of the Diffie-Hellman parameters to 2048 bits. This is the default everywhere else, both in documentation as well as menu selections and other scripts in this project. This change has no real impact aside from setting the right example. --- server_config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_config.txt b/server_config.txt index 70625e7..602dea7 100644 --- a/server_config.txt +++ b/server_config.txt @@ -4,7 +4,7 @@ port 1194 ca /etc/openvpn/easy-rsa/pki/ca.crt cert /etc/openvpn/easy-rsa/pki/issued/server.crt key /etc/openvpn/easy-rsa/pki/private/server.key -dh /etc/openvpn/easy-rsa/pki/dh1024.pem +dh /etc/openvpn/easy-rsa/pki/dh2048.pem topology subnet server 10.8.0.0 255.255.255.0 # server and remote endpoints