aboutsummaryrefslogtreecommitdiff
path: root/net/openconnect/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-10 11:12:33 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-10 11:12:33 +0100
commitb53e5bfe875d673fc8a57a4766d7af6fc1b3e074 (patch)
tree32247dc144026fe4982e160e719ee853d0fd8c2e /net/openconnect/README
parent9e75cfeeef7c27c5894d68733d0369883c2eceb2 (diff)
openconnect: move certificate files to config/ to add graceful upgrade
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r--net/openconnect/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openconnect/README b/net/openconnect/README
index 3cd562194..11e98f5ea 100644
--- a/net/openconnect/README
+++ b/net/openconnect/README
@@ -14,9 +14,9 @@ config interface 'MYVPN'
option authgroup 'DEFAULT'
The additional files are also used:
-/etc/openconnect/user-cert-vpn-MYVPN.pem: The user certificate
-/etc/openconnect/user-key-vpn-MYVPN.pem: The user private key
-/etc/openconnect/ca-vpn-MYVPN.pem: The CA certificate (instead of serverhash)
+/etc/config/openconnect-user-cert-vpn-MYVPN.pem: The user certificate
+/etc/config/openconnect-user-key-vpn-MYVPN.pem: The user private key
+/etc/config/openconnect-ca-vpn-MYVPN.pem: The CA certificate (instead of serverhash)
After these are setup you can initiate the VPN using "ifup MYVPN", and
deinitialize it using ifdown. You may also use the luci web interface