mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add RSA keys even for eap-mschapv2
This commit is contained in:
parent
f579c0fb42
commit
bc62f818e9
@ -452,7 +452,8 @@ EOD;
|
||||
if (isset($ph1ent['disabled']))
|
||||
continue;
|
||||
|
||||
if (strstr($ph1ent['authentication_method'], 'rsa') || $ph1ent['authentication_method'] == 'eap-tls') {
|
||||
if (strstr($ph1ent['authentication_method'], 'rsa') ||
|
||||
in_array($ph1ent['authentication_method'], array('eap-mschapv2', 'eap-tls'))) {
|
||||
$certline = '';
|
||||
|
||||
$ikeid = $ph1ent['ikeid'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user