Update OpenVPN config files

This commit is contained in:
Jan Philipp Timme 2018-09-20 15:04:54 +02:00
parent 18f10f8cdb
commit b9c5d935ec
2 changed files with 8 additions and 8 deletions

View File

@ -15,9 +15,9 @@ dev tun
remote vpn-test.inform.hs-hannover.de 1194 remote vpn-test.inform.hs-hannover.de 1194
# Certificates (relative paths work, too) # Certificates (relative paths work, too)
ca /etc/openvpn/vpnclient/ca.crt ca vpnclient/ca.crt
cert /etc/openvpn/vpnclient/jan-philipp.timme@hs-hannover.de.crt cert vpnclient/jan-philipp.timme@hs-hannover.de.crt
key /etc/openvpn/vpnclient/jan-philipp.timme@hs-hannover.de.key key vpnclient/jan-philipp.timme@hs-hannover.de.key
# Assume tls client role # Assume tls client role
tls-client tls-client

View File

@ -10,18 +10,18 @@ multihome
dev tun dev tun
# Certificates (relative paths work, too) # Certificates (relative paths work, too)
ca /etc/openvpn/vpnserver/ca.crt ca inform/ca.crt
cert /etc/openvpn/vpnserver/aither.inform.hs-hannover.de.crt cert inform/aither.inform.hs-hannover.de.crt
key /etc/openvpn/vpnserver/aither.inform.hs-hannover.de.key key inform/aither.inform.hs-hannover.de.key
# Assume tls server role # Assume tls server role
tls-server tls-server
# Diffie-Hellman parameters # Diffie-Hellman parameters
dh /etc/openvpn/vpnserver/dh.pem dh inform/dh.pem
# Certificate revocation list # Certificate revocation list
crl-verify /etc/openvpn/vpnserver/crl.pem crl-verify inform/crl.pem
# Make sure the client presents a certificate with "client role" # Make sure the client presents a certificate with "client role"
remote-cert-tls client remote-cert-tls client