mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 14:00:15 +01:00
libnmc: fix openconnect option "--cafile" in nm_vpn_openconnect_authenticate_helper()
Fixes: 97f2a368f1 ('libnmc-base: add supported options for OpenConnect CLI authentication')
This commit is contained in:
parent
a8ba0ea4c7
commit
c0c8eb347d
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ static const struct {
|
|||
const char *cmdline;
|
||||
} oc_property_args[] = {
|
||||
{NM_OPENCONNECT_KEY_USERCERT, "--certificate"},
|
||||
{NM_OPENCONNECT_KEY_CACERT, "--caflle"},
|
||||
{NM_OPENCONNECT_KEY_CACERT, "--cafile"},
|
||||
{NM_OPENCONNECT_KEY_PRIVKEY, "--sslkey"},
|
||||
{NM_OPENCONNECT_KEY_KEY_PASS, "--key-password"},
|
||||
{NM_OPENCONNECT_KEY_PROTOCOL, "--protocol"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue