mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added built-in Let's Encrypt support using GreenLock.
This commit is contained in:
parent
f6ef228de6
commit
65d6775303
10 changed files with 285 additions and 186 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue