Skip to content

Commit

Permalink
Fixes multi domain using default domain cert without trying to recrea…
Browse files Browse the repository at this point in the history
…te for new domains (#6645)
  • Loading branch information
Henrique-Batista authored Jan 1, 2025
1 parent c4592dc commit f712cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certoperations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f712cd9

Please sign in to comment.