acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
39.34k stars 4.97k forks source link

Report bugs to core-networks.de dns api #2142

Open 5ll opened 5 years ago

MPi2007 commented 3 months ago

Hi,

i wanted to use your API script, but there’s a problem with it. When acme.sh tries to renew certificates via a cron job, the API token isn’t stored permanently (validity of the token). When renewing multiple domains, there is an error ("Couldn't acquire an AUTH-Token") because a new token is requested for each domain.

At Core-Networks, the token has a validity period, and token requests are limited over time.

Could you perhaps make some changes to the script?

Best regards, MPi