acme: add dns_wait option
authorGlen Huang <i@glenhuang.com>
Mon, 24 Oct 2022 02:35:47 +0000 (10:35 +0800)
committerGlen Huang <i@glenhuang.com>
Mon, 24 Oct 2022 02:48:34 +0000 (10:48 +0800)
commit4e369cf78065b04b81fe6579a8137bd38041b075
tree18ba50ed21589b1d7db211b30ba3db8222b9ed16
parent9d2d8787cafdfb49339766a00ced422fa75cb883
acme: add dns_wait option

acme.sh by default use public DNS resolvers to check if TXT record was
correctly added when using DNS-01. This can be undesirable in a private
environment where the DNS server is not publicly accessible.

This option allows bypassing such check and simply waiting for a
specific length of time for the TXT record to take effect.

Signed-off-by: Glen Huang <i@glenhuang.com>
net/acme-acmesh/files/hook.sh
net/acme-common/files/acme.sh