şunun yansıması
https://github.com/therootcompany/greenlock-express.js.git
eşitlendi 2025-07-05 15:46:30 +00:00
add options requestCert and rejectUnauthorized
Bu işleme şunda yer alıyor:
ebeveyn
c3da430e53
işleme
51a34718cb
@ -104,6 +104,8 @@ module.exports.create = function (opts) {
|
|||||||
, cert: certInfo.fullchain || certInfo.cert // fullchain.pem (cert.pem + '\n' + chain.pem)
|
, cert: certInfo.fullchain || certInfo.cert // fullchain.pem (cert.pem + '\n' + chain.pem)
|
||||||
, ca: (opts.httpsOptions.ca ? opts.httpsOptions.ca + '\n' + certInfo.ca : certInfo.ca)
|
, ca: (opts.httpsOptions.ca ? opts.httpsOptions.ca + '\n' + certInfo.ca : certInfo.ca)
|
||||||
, crl: opts.httpsOptions.crl
|
, crl: opts.httpsOptions.crl
|
||||||
|
, requestCert: opts.httpsOptions.requestCert
|
||||||
|
, rejectUnauthorized: opts.httpsOptions.rejectUnauthorized
|
||||||
});
|
});
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.warn("[Sanity Check Fail]: a weird object was passed back through le.fetch to lex.fetch");
|
console.warn("[Sanity Check Fail]: a weird object was passed back through le.fetch to lex.fetch");
|
||||||
|
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle