1
0
şunun yansıması https://github.com/therootcompany/greenlock-express.js.git eşitlendi 2024-11-16 17:28:59 +00:00

add options requestCert and rejectUnauthorized

Bu işleme şunda yer alıyor:
AJ ONeal 2016-04-16 09:38:30 -06:00
ebeveyn c3da430e53
işleme 51a34718cb

Dosyayı Görüntüle

@ -104,6 +104,8 @@ module.exports.create = function (opts) {
, cert: certInfo.fullchain || certInfo.cert // fullchain.pem (cert.pem + '\n' + chain.pem)
, ca: (opts.httpsOptions.ca ? opts.httpsOptions.ca + '\n' + certInfo.ca : certInfo.ca)
, crl: opts.httpsOptions.crl
, requestCert: opts.httpsOptions.requestCert
, rejectUnauthorized: opts.httpsOptions.rejectUnauthorized
});
} catch(e) {
console.warn("[Sanity Check Fail]: a weird object was passed back through le.fetch to lex.fetch");