From 118a716151d39828b2dd8b631b2a3983b96c52f3 Mon Sep 17 00:00:00 2001 From: MeganerdNL Date: Sat, 19 Feb 2022 18:13:53 +0100 Subject: [PATCH] There was a extra link in TransIP-part. The "issue a cert" part was missing in Trans-IP, I added that. --- dnsapi.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 50c3523..4296d1f 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2188,7 +2188,6 @@ 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 [private key](https://www.transip.nl/cp/account/api/). ``` export TRANSIP_Username="MyUserName" @@ -2213,9 +2212,10 @@ you can add this trusted root CA with This script will create a new access token with a default lifetime of 30 minutes. Note that these tokens are by default IP-whitelisted and will not work if your IP is not whitelisted in the Transip control panel. -If you find any bugs, please report here: -https://github.com/mdbraber/acme.sh/issues - +To issue a cert: +``` +acme.sh --issue --dns dns_transip -d example.com -d www.example.com +``` ## 107. Use dyndnsfree.de API