Skip to content

Gcore DNS API not working, "$" character is removed from the account.conf #5067

@kristoftorok

Description

@kristoftorok

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:

image

After acme.sh --issue ... the contents of the account.conf:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions