Installed by the DNSAPI method work well.
But it does not write token and other data to "account.conf".
I retrieved the community's issure history.
Similar to my question. But I have a fresh install. My configuration file itself is clean
curl https://get.acme.sh | sh
source ~/.bashrc
acme.sh --upgrade
export CF_Token="123123"
export CF_Account_ID="123123"
~/.acme.sh/acme.sh --issue --dns dns_cf -d domain.abc -d *.domain.abc --server letsencrypt --test
~/.acme.sh/acme.sh --issue --dns dns_cf -d domain.abc -d *.domain.abc --force --server letsencrypt
cert installed indeed.but I check the account.conf.
cat ~/acme.sh/account.conf
#LOG_FILE="/home/admin/.acme.sh/acme.sh.log"
#LOG_LEVEL=1
#AUTO_UPGRADE="1"
#NO_TIMESTAMP=1
UPGRADE_HASH='d4befeb5360e278fbc6be775c0ec60de464ed9fb'
USER_PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'
Should I write constants manually?
But I didn't find any configuration instructions for account.conf.
Where should I look for the correct constant names?
I tried to reinstall. But the result did not change.
btw although I used the --test command. But I still get Duplicate Certificate Limit.