From 5eb687809ecf8d838bba023adcdd3de9e2eef5f0 Mon Sep 17 00:00:00 2001 From: mod242 <40213799+mod242@users.noreply.github.com> Date: Fri, 3 May 2019 12:43:14 +0200 Subject: [PATCH] Add Schlundtech API Instructions --- dnsapi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index bab28bf..06b8413 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1446,6 +1446,23 @@ export Nsd_Command="sudo nsd-control reload example.com" The variables are saved per-domain, not per-account. +## 76. Use Schlundtech + +[Schlundtech](https://www.schlundtech.de/) offers an [xml api](https://www.schlundtech.de/services/xml-gateway/) with your standard login credentials, set them like so: + +``` +export SCHLUNDTECH_USER="yourusername" +export SCHLUNDTECH_PASSWORD="password" +``` + +Then you can issue your certificates with: + +``` +acme.sh --issue --dns dns_schlundtech -d example.com -d www.example.com +``` + +The `SCHLUNDTECH_USER` and `SCHLUNDTECH_PASSWORD` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + --------------------------------- # Use custom API