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:
parent
9ec167918d
commit
fa8f547945
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue