mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Don't test if a cert is in use here, you could in theory use a cert for a user and a server.
This commit is contained in:
parent
8fee59d6fe
commit
72d8453d3b
@ -815,8 +815,6 @@ if ($savemsg)
|
||||
$caname = "";
|
||||
$inuse = "";
|
||||
$revoked = "";
|
||||
if (is_user_cert($cert['refid']))
|
||||
continue;
|
||||
$ca = lookup_ca($cert['caref']);
|
||||
if ($ca)
|
||||
$caname = " (CA: {$ca['descr']})";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user