From 27e66995cd6d3f1d1942e2862f81b2a0edd1072e Mon Sep 17 00:00:00 2001 From: wikrie Date: Tue, 9 Nov 2021 21:26:50 +0100 Subject: [PATCH] update Point 74 DDNSS --- dnsapi.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index a61756c..916877c 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1448,11 +1448,14 @@ If you find any bugs of MaraDNS DNS API, please report here: https://github.com/ 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 +Note your Api Key (aka "Update 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. +**Note: You will only have one token, even if you have multiple Hosts with DDNSS under your account. / this is not correct** +**You need to generate a new Update Key for each Cert you want to issue/create. If an Update key is used you cannot use it anymore.** +**Every Domain or Cert Creation needs its own Update Key.** + After that you can issue a new certificate: ```