diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-09-20 09:22:54 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-09-21 10:33:18 +0000 |
commit | 384398d452180aaeb39c3163d172990fc7359c3a (patch) | |
tree | 92f89fb2f54818e4d55fd5632f033fadc751e099 /net/openconnect/README | |
parent | 61423689f9d09c56dd0e6c5fc34e7a2449d1dd7b (diff) |
openconnect: allow specifying form_entry list
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r-- | net/openconnect/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 019058ce5..29c807490 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -33,6 +33,9 @@ config interface 'MYVPN' # Juniper vpn support #option juniper '1' + # Authentication form responses + #list form_entry FORM:OPT=VAL + 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 |