blob: ba21945894055838d3126deb7d0f3c75fa2b8be4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- sample/sample-config-files/server.conf.orig 2025-04-02 06:53:10 UTC
+++ sample/sample-config-files/server.conf
@@ -87,11 +87,6 @@ key server.key # This file should be kept secret
cert server.crt
key server.key # This file should be kept secret
-# Diffie hellman parameters.
-# Generate your own with:
-# openssl dhparam -out dh2048.pem 2048
-dh dh2048.pem
-
# Allow to connect to really old OpenVPN versions
# without AEAD support (OpenVPN 2.3.x or older)
# This adds AES-256-CBC as fallback cipher and
@@ -307,4 +302,4 @@ verb 3
# Notify the client that when the server restarts so it
# can automatically reconnect.
-explicit-exit-notify 1
\ No newline at end of file
+explicit-exit-notify 1
|