-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Hello, our domain on Active24 was recently transfered to the new API, which is already implemented in current acme.sh version.
However, I am struggling with the procedure to migrate from the old API to the new one on an already running acme.sh installation.
I have updated the utility using ./acme.sh --upgrade.
Old API was ACTIVE24_Token. So i have added new api key and secret using export Active24_ApiKey='MyKey' and then export Active24_ApiSecret='MySecret'. (i have also tried manually deleting the old ACTIVE24_Token from account.conf)
Then I thought that maybe I should issue a new certificate instead of renewing the existing one, so I ran: ./acme.sh --issue --dns dns_active24 -d my.domain.cz --dnssleep 120 --force.
However the utility reports my.domain.cz is already verified, skipping dns-01. Also the credentials are not being stored in account.conf like the previous ACTIVE24_Token.
Does anyone have advice on how to update the API credentials and test the renewal with the new ones?