mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Don't test for a user cert here either, see previous commit.
This commit is contained in:
parent
72d8453d3b
commit
c76fc19f32
@ -654,8 +654,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