From f712cd942546ef185386faa9b08d304ddea163f3 Mon Sep 17 00:00:00 2001 From: Pablo Henrique Batista <55212193+Henrique-Batista@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:04:32 -0300 Subject: [PATCH] Fixes multi domain using default domain cert without trying to recreate for new domains (#6645) --- certoperations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/certoperations.js b/certoperations.js index 571476d021..50c92f2a3f 100644 --- a/certoperations.js +++ b/certoperations.js @@ -1049,6 +1049,7 @@ module.exports.CertificateOperations = function (parent) { config.domains[i].certs = r.dns[i]; } else { console.log("WARNING: File \"webserver-" + i + "-cert-public.crt\" missing, domain \"" + i + "\" will not work correctly."); + rcountmax++; } } else { // If the web certificate already exist, load it. Load both certificate and private key