“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...
io/traefik/user-guides/docker-compose/acme-dns/来设置docker traefik,使用针对letsencrypt的dns acme...
Please add those txt records to the domains. Waitingforthe dns to take effect. Then just rerun withrenewargument: acme.sh --renew -d example.com Ok, it's done. Take care, this is dns manual mode, it can not be renewed automatically. you will have to add a new txt record to your...
"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", ...
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...