Commit 216d91a7 authored by nanahira's avatar nanahira

fix

parent 10966e45
Pipeline #20346 failed with stages
in 9 minutes and 30 seconds
......@@ -33,8 +33,6 @@ const certs = fs
.map((dir) => new Cert(dir))
.filter((cert) => cert.isNotExpired());
console.error(certs);
export function pickCert(domains: string[]) {
const okCerts = certs.filter((cert) => cert.isOkWithDomains(domains));
if (!okCerts.length) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment