From 90f24d4f03c3745bd743b22ecd1a821106bb26e1 Mon Sep 17 00:00:00 2001 From: biker-ruud Date: Thu, 30 Apr 2020 21:52:06 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index dd4d794..3321eee 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -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.