Updated dnsapi (markdown)

master
biker-ruud 2020-06-06 11:55:50 +02:00
parent 822efd5cfa
commit a1b9d98339
1 changed files with 5 additions and 6 deletions

@ -2152,17 +2152,16 @@ https://github.com/JTrotta/acme.sh/issues
## 106. Use TransIP domain API: ## 106. Use TransIP domain API:
### Using the access token ### 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/). First you need to login to your TransIP account to get your [private key](https://www.transip.nl/cp/account/api/).
``` ```
export TRANSIP_Token="ey..." export TRANSIP_Username="MyUserName"
export TRANSIP_DomainName="domain.com" export TRANSIP_Key_File="private_key"
``` ```
Your access token has limited lifespan (max 1 month), so make sure it is valid. This script will create a new access token with a default lifetime of 30 minutes.
Obtaining a new access token is not supported (yet).
If you find any bugs, please report here: If you find any bugs, please report here:
https://github.com/biker-ruud/acme.sh/issues https://github.com/mdbraber/acme.sh/issues
## 107. Use dyndnsfree.de API ## 107. Use dyndnsfree.de API