diff --git a/src/reverseproxy.js b/src/reverseproxy.js index 77bf4f186..3c85b40f0 100644 --- a/src/reverseproxy.js +++ b/src/reverseproxy.js @@ -695,7 +695,7 @@ async function cleanupCerts(auditSource, progressCallback) { locations = locations.concat(appLocationsSync(app)); } - const certsInUse = []; + const certsInUse = [ 'default.cert' ]; for (const location of locations) { const certificatePath = await getCertificatePath(location.fqdn, location.domain); certsInUse.push(path.basename(certificatePath.certFilePath));