-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
It seems that the option '--dns.disable-cp' isn't working. I have that ...
sudo \
LEGO_CA_CERTIFICATES=./pebble.minica.pem \
EXEC_PATH=./update-dns.sh \
./lego \
--server https://127.0.0.1:14000/dir \
--email [email protected] \
--accept-tos \
--domains gany-veggies.com \
--dns.disable-cp \
--dns exec \
run
... and get this result:
...
2019/02/21 14:27:57 [INFO] [gany-veggies.com] acme: Trying to solve DNS-01
2019/02/21 14:27:57 [INFO] [gany-veggies.com] acme: Checking DNS record propagation using [192.168.178.1:53 [fd00::3a10:d5ff:febe:db74]:53]
2019/02/21 14:27:57 [INFO] Wait for propagation [timeout: 1m0s, interval: 2s]
2019/02/21 14:27:57 [INFO] [gany-veggies.com] acme: Waiting for DNS record propagation.
2019/02/21 14:27:59 [INFO] [gany-veggies.com] acme: Waiting for DNS record propagation.
2019/02/21 14:28:01 [INFO] [gany-veggies.com] acme: Waiting for DNS record propagation.
2019/02/21 14:28:03 [INFO] [gany-veggies.com] acme: Waiting for DNS record propagation.
...
My expectation is, that with the option '--dns.disable-cp' (set to true) the DNS record propagation check is omitted.
Tested with lego 2.2.0.
isaackwan