mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
System: Trust: Revocation - exclude ocsp signing certs.
This commit is contained in:
parent
f314a95a3b
commit
14f843bb2f
@ -773,7 +773,11 @@ include("head.inc");
|
||||
$ca_crl_map[$crl['caref']][] = $crl['refid'];
|
||||
}
|
||||
|
||||
foreach ($a_ca as $ca) :?>
|
||||
foreach ($a_ca as $ca) :
|
||||
if (($ca['x509_extensions'] ?? '') == 'ocsp') {
|
||||
continue;
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="4"> <?=htmlspecialchars($ca['descr']);?></td>
|
||||
<td class="text-nowrap">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user