From a54d31ed3f3b165533994edb6567470825bea207 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 4 Dec 2014 22:51:45 -0800 Subject: openconnect: add an option to support stoken Add a new build configuration option for openconnect and let it link against libstoken if instructed to. Two new uci configuration variables are introduced: "token_mode" and "token_secret" to allow openconnect to use those. Signed-off-by: Florian Fainelli --- net/openconnect/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/openconnect/README') diff --git a/net/openconnect/README b/net/openconnect/README index 53c6e701d..57bde8d48 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -11,6 +11,8 @@ config interface 'MYVPN' option username 'test' option password 'secret' option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' + option token_mode 'rsa' # when built with stoken support + option token_secret 'secret' # when built with stoken support The additional files are also used: /etc/openconnect/user-cert-vpn-MYVPN.pem: The user certificate -- cgit v1.2.3