diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-01-19 22:37:43 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-01-19 23:15:54 +0100 |
commit | ab50e4802f3af1db1d82db503a6e5b0664549f61 (patch) | |
tree | e5fb5c1ef63e78f63e5962f191ba9204a6813676 /net/openconnect/README | |
parent | cd73693255de0492176bfaa86bc7b6340015a0a3 (diff) |
Revert "openconnect: move certificate files to config/ to add graceful upgrade"
This reverts commit b53e5bfe875d673fc8a57a4766d7af6fc1b3e074.
Diffstat (limited to 'net/openconnect/README')
-rw-r--r-- | net/openconnect/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 11e98f5ea..3cd562194 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/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) +/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) 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 |