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:
parent
a7611ac8cb
commit
923ac49637
3 changed files with 4 additions and 1 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue