Bug #7302
closedAcme AWS/Route 53 DNS Verification fails
0%
Description
With the shipping package for acme the acme.sh script for DNS verification with AWS has a bug which is essentially https://github.com/Neilpang/acme.sh/issues/593
The result of this bug is that if you have multiple domains with AWS providing the DNS the hosteddomain variable in the script is not set to the particular matching domain, rather it's set to the full list of domains.
There are a series of changes in the dns_aws.sh script recently https://github.com/Neilpang/acme.sh/commits/c9d7daab70476e7c5f60a4e0aea06c671d91cb3d/dnsapi/dns_aws.sh which culminates in this change https://github.com/Neilpang/acme.sh/commit/c9d7daab70476e7c5f60a4e0aea06c671d91cb3d#diff-9ce84630e50a4bbef2808dbcda02518c. The last change here seems to fix the issue but independently there have been more changes in acme.sh which need