镜像自地址
https://github.com/therootcompany/greenlock-express.js.git
已同步 2025-06-30 13:46:31 +00:00
warn about DNS challenges
这个提交包含在:
父节点
9ae6a768a7
当前提交
e83f92166d
@ -57,6 +57,9 @@ function myApproveDomains(opts) {
|
|||||||
|
|
||||||
if (!opts.challenges) { opts.challenges = {}; }
|
if (!opts.challenges) { opts.challenges = {}; }
|
||||||
opts.challenges['http-01'] = require('le-challenge-fs').create({});
|
opts.challenges['http-01'] = require('le-challenge-fs').create({});
|
||||||
|
// Note: When implementing a dns-01 plugin you should make it check in a loop
|
||||||
|
// until it can positively confirm that the DNS changes have propagated.
|
||||||
|
// That could take several seconds to a few minutes.
|
||||||
opts.challenges['dns-01'] = require('le-challenge-dns').create({});
|
opts.challenges['dns-01'] = require('le-challenge-dns').create({});
|
||||||
|
|
||||||
// explicitly set account id and certificate.id
|
// explicitly set account id and certificate.id
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户