mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Mobile site improvements, added desktop zoom.
This commit is contained in:
parent
df9f49ec40
commit
88a5af126d
5 changed files with 209 additions and 240 deletions
|
@ -162,6 +162,10 @@ module.exports.CreateLetsEncrypt = function (parent) {
|
|||
// Create a private key
|
||||
obj.log("Generating private key...");
|
||||
acme.forge.createPrivateKey().then(function (accountKey) {
|
||||
|
||||
// TODO: ZeroSSL
|
||||
// https://acme.zerossl.com/v2/DV90
|
||||
|
||||
// Create the ACME client
|
||||
obj.log("Setting up ACME client...");
|
||||
obj.client = new acme.Client({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue