Updated dnsapi (markdown)

master
biker-ruud 2020-04-30 21:52:06 +02:00
parent 03e2926429
commit 90f24d4f03
1 changed files with 16 additions and 0 deletions

@ -2149,6 +2149,22 @@ If you find any bugs, please report here:
https://github.com/JTrotta/acme.sh/issues
## 106. Use TransIP domain API:
### Using the access token
First you need to login to your TransIP account to get your [API key](https://www.transip.nl/cp/account/api/).
```
export TRANSIP_Token="ey..."
export TRANSIP_DomainName="domain.com"
```
Your access token has limited lifespan (max 1 month), so make sure it is valid.
Obtaining a new access token is not supported (yet).
If you find any bugs, please report here:
https://github.com/biker-ruud/acme.sh/issues
# Use custom API
If your API is not supported yet, you can write your own DNS API.