“acme: waiting for dns record propagation”这句话意味着在使用 ACME(Automated Certificate Management Environment,自动化证书管理环境)进行证书申请时,系统正在等待 DNS 记录在全球 DNS 系统中传播。DNS 记录传播是指当你更新域名的 DNS 设置(如添加或修改 TXT 记录以验证域名所有权)后,这些更改需要一段时间才能...
2024/05/27 03:26:38 [INFO] [*.domain.com] acme: Checking DNS record propagation using [1.1.1.1:53] 2024/05/27 03:26:40 [INFO] Wait for propagation [timeout: 1m0s, interval: 2s] 2024/05/27 03:26:47 [INFO] [*.domain.com] The server validated our request 2024/05/27 03:26:...
In some circumstance the ACME DNS Challenge checker will request a domain before it has propagated. In such cases the DNS server used for checks will receive an NXDOMAIN response and will not attempt to query the record until the TTL expires. This can be an hour or more in some cases. Th...
See: https://github.com/Neilpang/acme.sh/wiki/dns-manual-mode first. If your dns provider doesn't support any api access, you can add the txt record by your hand. acme.sh --issue --dns -d example.com -d www.example.com -d cp.example.com You should get an output like below:...
io/traefik/user-guides/docker-compose/acme-dns/来设置docker traefik,使用针对letsencrypt的dns acme...
"type": "dns-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:dns", "detail": "DNS problem: NXDOMAIN looking up TXT for _acme-challenge.home.mydomain.net - check that a DNS record exists for this domain", ...
[domain.tld] acme: error presenting token: shellrent: create record: unable to unmarshal response: [status code: 200] body: {"error":0,"title":"","message":"Record DNS aggiunto con successo","data":{"id":"2255674"}} error: json: cannot unmarshal string into Go struct field Record....
The Wait for route53 is required because route53 doesn't apply changes immediately, if we don't check that we will add and remove a record simultaneously. You can try to disable the propagation check (Wait for propagation) with --dns.disable-cp flag. ldez added the contrib/waiting-for-fe...