mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
est_client: fix certificate issuer matching
Signed-off-by: Arif Alam <arif.alam@netexperience.com>
This commit is contained in:
@@ -167,7 +167,7 @@ function fwtool() {
|
|||||||
let issuer = pipe.read("all");
|
let issuer = pipe.read("all");
|
||||||
pipe.close();
|
pipe.close();
|
||||||
|
|
||||||
if (!(match(issuer, /OpenLAN/) && match(issuer, /Birth CA/)))
|
if (!(match(issuer, /OpenLAN/) && match(issuer, /Birth/)))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
ulog(LOG_INFO, 'The issuer is insta\n');
|
ulog(LOG_INFO, 'The issuer is insta\n');
|
||||||
|
|||||||
Reference in New Issue
Block a user