ACME package not passing credentials
-
Running on 2.6 with ACME package 0.7.1_1
After earlier running the package succesfull I do get an passing credentials error, altought the correct credentials are showed with the array (removed for security reasons)
Any idea how to debug this?
asterix
Renewing certificate
account: Leusden Production
server: letsencrypt-production-2/usr/local/pkg/acme/acme.sh --issue --domain 'asterix.dewit-huizenga.nl' --dns 'dns_da' --domain 'webmail.dewit-huizenga.nl' --dns 'dns_da' --home '/tmp/acme/asterix/' --accountconf '/tmp/acme/asterix/accountconf.conf' --force --reloadCmd '/tmp/acme/asterix/reloadcmd.sh' --dnssleep '120' --log-level 3 --log '/tmp/acme/asterix/acme_issuecert.log'
Array
(
[path] => /etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/
[PATH] => /etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/
[DA_Api] => https://user:password@dewit-huizenga.nl:2222
[DA_Api_Insecure] =>
)
[Tue Apr 19 10:31:42 CEST 2022] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Tue Apr 19 10:31:43 CEST 2022] Multi domain='DNS:asterix.dewit-huizenga.nl,DNS:webmail.dewit-huizenga.nl'
[Tue Apr 19 10:31:43 CEST 2022] Getting domain auth token for each domain
[Tue Apr 19 10:31:48 CEST 2022] Getting webroot for domain='asterix.dewit-huizenga.nl'
[Tue Apr 19 10:31:48 CEST 2022] Getting webroot for domain='webmail.dewit-huizenga.nl'
[Tue Apr 19 10:31:49 CEST 2022] Adding txt value: buJ6ymRHPF97jWqNJHwKoWoMUUZO4iaIlBsRSklembw for domain: _acme-challenge.webmail.dewit-huizenga.nl
[Tue Apr 19 10:31:49 CEST 2022] You haven't specified the DirectAdmin Login data, URL and whether you want check the DirectAdmin SSL cert. Please try again.
[Tue Apr 19 10:31:49 CEST 2022] Error add txt for domain:_acme-challenge.webmail.dewit-huizenga.nl
[Tue Apr 19 10:31:49 CEST 2022] Please check log file for more details: /tmp/acme/asterix/acme_issuecert.log -
@robert-de-wit said in ACME package not passing credentials:
[DA_Api] => https://user:password@dewit-huizenga.nl:2222
Could have a problem with that redirects to here
https://linux2023.webawere.nl:2222/
-
That did not make any difference.
After putting a CAA record in place and removing DNSSEC it starting working.
-