diff --git a/backend/internal/certificate.js b/backend/internal/certificate.js index a6495ff2..20a3b8f0 100644 --- a/backend/internal/certificate.js +++ b/backend/internal/certificate.js @@ -616,7 +616,7 @@ const internalCertificate = { fs.unlinkSync(filepath); return true; - }).catch((err) => { + }).catch(() => { return utils.exec('openssl ec -in ' + filepath + ' -check -noout') .then((result) => { if (!result.toLowerCase().includes('key ok')) {