From b42b3ecf0d5ea679126060c2e406aa8cbb774b77 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 27 Apr 2018 13:55:52 +0200 Subject: Add KIT VPN configuration --- conf/vpn/kit.ovpn.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/vpn/kit.ovpn.nix (limited to 'conf/vpn/kit.ovpn.nix') diff --git a/conf/vpn/kit.ovpn.nix b/conf/vpn/kit.ovpn.nix new file mode 100644 index 0000000..82a21ee --- /dev/null +++ b/conf/vpn/kit.ovpn.nix @@ -0,0 +1,19 @@ +# adapted from https://www.scc.kit.edu/scc/net/openvpn/os/debian/kit.ovpn + +'' +client +remote 141.52.8.20 +port 1194 +dev tun +proto udp +auth-user-pass +nobind +comp-lzo no +tls-version-min 1.2 +ca ${./T-TeleSec_GlobalRoot_Class_2.pem} +verify-x509-name "C=DE, ST=Baden-Wuerttemberg, L=Karlsruhe, O=Karlsruhe Institute of Technology, OU=Steinbuch Centre for Computing, CN=ovpn.scc.kit.edu" subject +cipher AES-256-CBC +auth SHA384 +verb 3 +script-security 2 +'' -- cgit v1.2.3