Actions
Bug #12755
closedAcme package dns_ispconfig not working.
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
ACME
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.5.2
Affected Plus Version:
Affected Architecture:
Description
When trying to use ISPConfig for DNS verification in Acme Certificate, I get this output but no TXT records added to the zone.
Any ideas?
sub.domain.tld
Renewing certificate
account: domain.tld
server: letsencrypt-production-2
/usr/local/pkg/acme/acme.sh --issue --domain 'sub.domain.tld' --dns 'dns_ispconfig' --home '/tmp/acme/sub.domain.tld/' --accountconf '/tmp/acme/sub.domain.tld/accountconf.conf' --force --reloadCmd '/tmp/acme/sub.domain.tld/reloadcmd.sh' --dnssleep '300' --log-level 3 --log '/tmp/acme/sub.domain.tld/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/
[ISPC_User] => remote-user
[ISPC_Password] => password
[ISPC_Api] => https://admin.domain.tld/remote/json.php
[ISPC_Api_Insecure] => 1
)
[Fri Feb 4 10:51:42 CET 2022] Using CA: https://acme-v02.api.letsencrypt.org/directory
[Fri Feb 4 10:51:42 CET 2022] Single domain='sub.domain.tld'
[Fri Feb 4 10:51:43 CET 2022] Getting domain auth token for each domain
[Fri Feb 4 10:51:45 CET 2022] Getting webroot for domain='sub.domain.tld'
[Fri Feb 4 10:51:45 CET 2022] Adding txt value: Zog-AsCgkpZ_sHw1dGveHbUAqOi7WUY3GLgvdTzHMqE for domain: _acme-challenge.sub.domain.tld
[Fri Feb 4 10:51:45 CET 2022] You haven't specified the ISPConfig Login data, URL and whether you want check the ISPC SSL cert. Please try again.
[Fri Feb 4 10:51:45 CET 2022] Error add txt for domain:_acme-challenge.sub.domain.tld
[Fri Feb 4 10:51:45 CET 2022] Please check log file for more details: /tmp/acme/sub.domain.tld/acme_issuecert.log
Related issues
Updated by Morten Trab about 3 years ago
Found this in the acme_issuecert.log:
[Fri Feb 4 10:52:40 CET 2022] You haven't specified the ISPConfig Login data, URL and whether you want check the ISPC SSL cert. Please try again.
Updated by Viktor Gurov about 3 years ago
- Has duplicate Bug #12623: acme.sh package | DNS-ISPConfig settings added
Actions