diff options
author | Vladimir Berezhnoy <non7top@gmail.com> | 2017-11-07 13:11:34 +0300 |
---|---|---|
committer | Vladimir Berezhnoy <non7top@gmail.com> | 2017-11-20 14:03:28 +0300 |
commit | d710c629e838ba42b2ef2359279e2fd357c61bbf (patch) | |
tree | ecc90a91d3aa57701232822501ceb252f989723c /net/openconnect/README | |
parent | 91dc4e824d24039a98758c3d66ac69ae53e49371 (diff) |
openconnect: add options to support juniper
Signed-off-by: Vladimir Berezhnoy <non7top@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 772b0e3cc..1a7b798d5 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -26,6 +26,9 @@ config interface 'MYVPN' #option token_mode 'hotp' #option token_secret '00' + # Juniper vpn support + #option juniper '1' + 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 |