From a1b9d98339379a91cf016abb0896b4cfc0a79bb1 Mon Sep 17 00:00:00 2001 From: biker-ruud Date: Sat, 6 Jun 2020 11:55:50 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 3752b10..08a7773 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2152,17 +2152,16 @@ 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/). +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_DomainName="domain.com" +export TRANSIP_Username="MyUserName" +export TRANSIP_Key_File="private_key" ``` -Your access token has limited lifespan (max 1 month), so make sure it is valid. -Obtaining a new access token is not supported (yet). +This script will create a new access token with a default lifetime of 30 minutes. 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