mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Clean
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user