Remove dh params from client configuration

This commit is contained in:
Jan Philipp Timme 2018-09-12 11:59:43 +02:00
parent 410b545240
commit 156b3161d9
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ remote 172.16.20.5 1194
ca /etc/openvpn/vpnclient/ca.crt
cert /etc/openvpn/vpnclient/vpnclient0.crt
key /etc/openvpn/vpnclient/vpnclient0.key
dh /etc/openvpn/vpnclient/dh2048.pem
# Make sure the server presents a certificate with "server role"
remote-cert-tls server

View File

@ -10,7 +10,7 @@ dev tun
ca /etc/openvpn/vpnserver/ca.crt
cert /etc/openvpn/vpnserver/vpnserver.crt
key /etc/openvpn/vpnserver/vpnserver.key
dh /etc/openvpn/vpnserver/dh2048.pem
dh /etc/openvpn/vpnserver/dh.pem
# Make sure the client presents a certificate with "client role"
remote-cert-tls client