From f8f4e979208bc72edd01874ae2727a8840740b4b Mon Sep 17 00:00:00 2001 From: Vincent Maioli Date: Sat, 21 May 2011 22:19:22 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20d'ovh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 8a97c06554c9c2c6cb2901bbb8539ff0 darcs-hash:20110521201922-02ac7-757a5d971574d048c7a1a6049b327e74ec7b1814.gz --- Metadata/groups.xml | 2 +- etc/python/template/openvpn.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Metadata/groups.xml b/Metadata/groups.xml index 57a6ee7..9f2091f 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -140,7 +140,7 @@ - + diff --git a/etc/python/template/openvpn.py b/etc/python/template/openvpn.py index 537c8bf..44f0dec 100644 --- a/etc/python/template/openvpn.py +++ b/etc/python/template/openvpn.py @@ -9,7 +9,7 @@ daemon tun-%(remote_name)s dev tun-%(remote_name)s tls-client -ca /etc/ssl/certs/root.pem +ca /etc/ssl/certs/cacert.org.pem cert /etc/ssl/certs/vpn.pem tls-verify "/usr/share/openvpn/verify-cn %(remote_name)s.vpn.crans.org" key /etc/ssl/private/vpn.pem