Mobile site improvements, added desktop zoom.

This commit is contained in:
Ylian Saint-Hilaire
2020-11-24 02:39:32 -08:00
parent df9f49ec40
commit 88a5af126d
5 changed files with 209 additions and 240 deletions

View File

@@ -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({