mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
openconnect: cmdline parameter for CA not moved
The location for the server CA file was moved in b53e5bfe87, but the corresponding command line option for opeconnect not updated.
This commit is contained in:
@@ -47,7 +47,7 @@ proto_openconnect_setup() {
|
||||
[ -f /etc/config/openconnect-user-cert-vpn-$config.pem ] && append cmdline "-c /etc/config/openconnect-user-cert-vpn-$config.pem"
|
||||
[ -f /etc/config/openconnect-user-key-vpn-$config.pem ] && append cmdline "--sslkey /etc/config/openconnect-user-key-vpn-$config.pem"
|
||||
[ -f /etc/config/openconnect-ca-vpn-$config.pem ] && {
|
||||
append cmdline "--cafile /etc/openconnect/ca-vpn-$config.pem"
|
||||
append cmdline "--cafile /etc/config/openconnect-ca-vpn-$config.pem"
|
||||
append cmdline "--no-system-trust"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user