From 27a8406569e3bb1d73f9eacf033bc0e692a1dae7 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Sun, 1 May 2016 03:55:44 +0200 Subject: [PATCH] TransIP dns-01 validator --- Examples-for-DNS-01-hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index c78eb3e..4961c31 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -21,4 +21,5 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [pdns-acme for use with PDNS Manager(Bash script)](https://pdnsmanager.lmitsystems.de/documentation/letsencrypt/) - [email-notify-hook (bash script)](https://github.com/bennettp123/letsencrypt.sh-email-notify-hook) - semi-automated email notifier for use with DNS providers that do not provide an API or dynamic DNS support - [PowerDns (bash script)](https://github.com/antoiner77/letsencrypt.sh-pdns) -- [OVH API (python)](https://github.com/antoiner77/letsencrypt.sh-ovh) - [How-To](https://ungeek.fr/letsencrypt-api-ovh/) (in french) \ No newline at end of file +- [OVH API (python)](https://github.com/antoiner77/letsencrypt.sh-ovh) - [How-To](https://ungeek.fr/letsencrypt-api-ovh/) (in french) +- [TransIP API(php)](https://github.com/sigio/letsencrypt.sh-transip-api-dns-validator) \ No newline at end of file