ミラー元
https://github.com/therootcompany/greenlock-express.js.git
前回の同期 2024-11-16 17:28:59 +00:00
add crl option
このコミットが含まれているのは:
コミット
d27452bb58
@ -103,6 +103,7 @@ module.exports.create = function (opts) {
|
||||
key: certInfo.privkey || certInfo.key // privkey.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)
|
||||
, crl: opts.httpsOptions.crl
|
||||
});
|
||||
} catch(e) {
|
||||
console.warn("[Sanity Check Fail]: a weird object was passed back through le.fetch to lex.fetch");
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする