2023-04-10T14:02:33 Error opnsense AcmeClient: validation for certificate failed: host.mydomain.com 2023-04-10T14:02:33 Error opnsense AcmeClient: domain validation failed (dns01) 2023-04-10T14:02:25 Notice opnsense AcmeClient: running acme.sh command: /usr/local/sbin/acme.sh --issue --syslog 7 --debug --server 'letsencrypt' --dns 'dns_gandi_livedns' --dnssleep '90' --home '/var/etc/acme-client/home' --certpath '/var/etc/acme-client/certs/whatever.07307279/cert.pem' --keypath '/var/etc/acme-client/keys/whatever.07307279/private.key' --capath '/var/etc/acme-client/certs/whatever.07307279/chain.pem' --fullchainpath '/var/etc/acme-client/certs/whatever.07307279/fullchain.pem' --domain 'host.mydomain.com' --days '1' --force --keylength '4096' --accountconf '/var/etc/acme-client/accounts/whatever.40506586_prod/account.conf' 2023-04-10T14:02:25 Notice opnsense AcmeClient: using challenge type: GandiV5 2023-04-10T14:02:25 Notice opnsense AcmeClient: account is registered: Let's Encrypt 2023-04-10T14:02:25 Notice opnsense AcmeClient: using CA: letsencrypt 2023-04-10T14:02:25 Notice opnsense AcmeClient: issue certificate: host.mydomain.com 2023-04-10T14:02:25 Notice opnsense AcmeClient: certificate must be issued/renewed: host.mydomain.com
The time in seconds to wait for all the TXT records to take effect after adding them to the DNS API. Defaults to 0 seconds, which causes Acme Client to check public DNS services every 10 seconds for up to 20 minutes. If set to a non-zero value, a fixed DNS sleep time will be used and the local DNS servers will be queried instead. A DNS sleep time of 120 seconds or more is recommended for some DNS APIs.
Outstanding. That was it. I modified the .conf file, re-issued a certificate, and all looks good.Thank you very much for the pointer!