1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Cloudflare RocketLoader support.

This commit is contained in:
Ylian Saint-Hilaire 2021-01-06 14:23:07 -08:00
parent a7611ac8cb
commit 923ac49637
3 changed files with 4 additions and 1 deletions

View file

@ -110,6 +110,7 @@ module.exports.CertificateOperations = function (parent) {
var acmCerts = [], acmmatch = [];
if (amtacmactivation.certs != null) {
for (var j in amtacmactivation.certs) {
if (j.startsWith('_')) continue; // Skip any certificates that start with underscore as the name.
var acmconfig = amtacmactivation.certs[j], r = null;
if ((typeof acmconfig.certpfx == 'string') && (typeof acmconfig.certpfxpass == 'string')) {