|
@@ -13,6 +13,7 @@ config interface 'MYVPN'
|
13
|
13
|
option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25'
|
14
|
14
|
option token_mode 'rsa' # when built with stoken support
|
15
|
15
|
option token_secret 'secret' # when built with stoken support
|
|
16
|
+ option authgroup 'DEFAULT'
|
16
|
17
|
|
17
|
18
|
The additional files are also used:
|
18
|
19
|
/etc/openconnect/user-cert-vpn-MYVPN.pem: The user certificate
|
|
@@ -28,4 +29,4 @@ the MYVPN interface and lan.
|
28
|
29
|
|
29
|
30
|
|
30
|
31
|
There is a luci plugin to allow configuring an openconnect interface from
|
31
|
|
-the web environment; see the luci-protocol-openconnect package.
|
|
32
|
+the web environment; see the luci-proto-openconnect package.
|