mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added built-in Let's Encrypt support using GreenLock.
This commit is contained in:
@@ -213,7 +213,7 @@ module.exports.CertificateOperations = function () {
|
||||
}
|
||||
caindex++;
|
||||
} while (caok == true);
|
||||
r.ca = calist;
|
||||
r.web.ca = calist;
|
||||
|
||||
// Decode certificate arguments
|
||||
var commonName = 'un-configured', country, organization, forceWebCertGen = 0;
|
||||
|
||||
Reference in New Issue
Block a user