mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
VPN: OpenVPN: Client Export - push data-ciphers-fallback when configured to align with legacy setup, closes https://github.com/opnsense/core/issues/7893
This commit is contained in:
parent
b709232e44
commit
a3fd07bd4e
@ -376,6 +376,8 @@ class OpenVPN extends BaseModel
|
||||
'digest' => (string)$node->auth,
|
||||
'description' => (string)$node->description,
|
||||
'use_ocsp' => !empty((string)$node->use_ocsp),
|
||||
// legacy only (backwards compatibility)
|
||||
'crypto' => (string)$node->{'data-ciphers-fallback'},
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user