diff options
author | gohai <gottfried.haider@gmail.com> | 2015-01-03 17:29:48 +0100 |
---|---|---|
committer | gohai <gottfried.haider@gmail.com> | 2015-01-03 17:29:48 +0100 |
commit | e1340c761c9550fcfc62d2ad02ab20589a34dc78 (patch) | |
tree | b631c64e857557b2dbc33b6883e6186e06afcb25 /net/openconnect/README | |
parent | f58cd17867c23561890d31fcfd464559f28c91da (diff) |
openconnect: update README
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r-- | net/openconnect/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 57bde8d48..f31d43126 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -13,6 +13,7 @@ config interface 'MYVPN' option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' option token_mode 'rsa' # when built with stoken support option token_secret 'secret' # when built with stoken support + option authgroup 'DEFAULT' The additional files are also used: /etc/openconnect/user-cert-vpn-MYVPN.pem: The user certificate @@ -28,4 +29,4 @@ the MYVPN interface and lan. There is a luci plugin to allow configuring an openconnect interface from -the web environment; see the luci-protocol-openconnect package. +the web environment; see the luci-proto-openconnect package. |