Fix SSL isue, update archivesBaseName

This commit is contained in:
oxmc
2025-03-29 03:03:50 -04:00
parent bceb888c9a
commit c6a54a5939
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ public class MCEF {
// Add Let's Encrypt certificate
try {
LetsEncryptAdder.addLetsEncryptCertificate();
LetsEncryptAdder.validateAndInstall();
} catch (Exception e) {
Log.error("Failed to add Let's Encrypt certificate: " + e.getMessage());
}