From 5d37ef685ad700ac7bf7102906e958b42d494578 Mon Sep 17 00:00:00 2001 From: mod242 <40213799+mod242@users.noreply.github.com> Date: Wed, 24 Apr 2019 17:41:48 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 98590eb..2f2fdeb 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1399,6 +1399,21 @@ acme.sh --issue --dns dns_maradns -d example.com -d '*.example.com' `MARA_ZONE_FILE` and `MARA_DUENDE_PID_PATH` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 74. Use DDNSS.de API + +First create an account at https://ddnss.de. After that create a new host record. +In the defenition for the host make sure to set the checkbox for "Wildcard" and for "TXT". + +Note your Api Key displayed at ddnss.de and export in DDNSS_Token variable +``` +export DDNSS_Token="e4155767few8erwf59353633tz342ce85werddc99432" +``` +Note: You will only have one token, even if you have multiple Hosts with DDNSS under your account. + +After that you can issue a new certificate: +``` +acme.sh --issue --dns dns_ddnss -d example.com +``` --------------------------------- # Use custom API