System: Trust: Revocation - exclude ocsp signing certs.

This commit is contained in:
Ad Schellevis 2023-12-26 20:03:14 +01:00
parent f314a95a3b
commit 14f843bb2f

View File

@ -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">