Skip to content

Conversation

@jeroenkool74
Copy link

Problem:
When the API key of TransIP is stored, it is stored in a file. The location of this file will be placed in the account.conf file. The location of the file that is stored in account.conf has two slashes in the file path to secret.key, where it should be one.
Due too this bug, the dns api of acme.sh did not recognized the file path and exited with code 1, with the message that the key was not set.

Solution:
We now check if the path to directory where the secret.key is stored and with a /, and if so, we will not add another one.

New feature:
The TransIP dns api and the acme.sh api for TransIP support the possibility to create a global access token.
With a global access token, the api call to TransIP can be amde from every ip adress.
There is a new button in the client configuration for TransIP, and this will be added to the account configuration file, which is used by acme.sh

Jeroen Kool and others added 3 commits January 23, 2026 14:43
When the configuration file, account.conf, was stored using the GUI there were placed two slashes in the file path to secret.pem, where it should be one.
Deu too this bug, the dns api of acme.sh did not recognized the file path and exited with code 1, with the message that the key was not set.
The TransIP dns api and the acme.sh api for TransIP support the possibility to create a global access token.
With a global access token, the api call to TransIP can be amde from every ip adress.
There is a new button in the client configuration for TransIP, and this will be added to the account configuration file, which is used by acme.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant