Open saudiqbal opened 1 month ago
Using the export command with same config with different passwords for different domains only renews the last domain.
Could you share which variables you entered got saved to accounts.conf instead of within each specific domain config files?
Domain configuration: deploy Account configuration: DNS, notify
acme.sh replaces the values for each domain / subdomain instead of adding them in /acme.sh/domain.com_ecc/domain.com.conf
ACMEDNS_BASE_URL='https://auth.acme-dns.io'
ACMEDNS_USERNAME='xxx'
ACMEDNS_PASSWORD='xxx'
ACMEDNS_SUBDOMAIN='xxx'
Adding multiple domains / subdomains works for the first time but not on renewing because adding a new domain every time overwrites the config file in /acme.sh/account.conf then only the last domain renewal works not the one added before that.
Please fix it by storing environment variables (export command) in individual domain folders like domain.com_ecc/domain.com.conf