-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Cannot issue certificates with Gcore DNS because the token is always invalid.
When exporting the variable, there is a "$" character that for some reason disappears from account.conf after the issue command:
Exporting the token:
After acme.sh --issue ... the contents of the account.conf:
I have tried manually editing account.conf to add the '$' character to the variable, but it is still removed after running the issue command.
Steps to reproduce
Try to issue any certificate with the Gcore DNS API
Debug log
acme.sh --issue ..... --debug 2
[Mon Mar 25 20:40:27 UTC 2024] _CURL='curl --silent --dump-header /home/user/.acme.sh/http.header -L --trace-ascii /tmp/tmp.fjHO8fQGwC -g '
[Mon Mar 25 20:40:27 UTC 2024] ret='0'
[Mon Mar 25 20:40:27 UTC 2024] response='{"error":"invalid or expired permanent token"}'
[Mon Mar 25 20:40:27 UTC 2024] h='cloud'
[Mon Mar 25 20:40:27 UTC 2024] zones/cloud
[Mon Mar 25 20:40:27 UTC 2024] GET

