This commit is contained in:
Tuan Dang
2024-08-22 23:37:36 -07:00
parent 288f47f4bd
commit ba45e83880

View File

@@ -54,9 +54,6 @@ export const certificateAuthorityCrlServiceFactory = ({
const crl = new x509.X509Crl(decryptedCrl);
// const base64crl = crl.toString("base64");
// const crlPem = `-----BEGIN X509 CRL-----\n${base64crl.match(/.{1,64}/g)?.join("\n")}\n-----END X509 CRL-----`;
return {
ca,
caCrl,