[]
function getCrlUrl(certificatePem): string;
Extracts the first CRL (Certificate Revocation List) URL from a PEM-encoded X.509 certificate.
If multiple CRL URLs are present, only the first one is returned.
string
PEM-encoded X.509 certificate.
string
The first CRL URL if available; otherwise null
if the extension is missing or contains no URLs.