From 8465dba587540dfaa3bec1395c90a2cdd2f87fe8 Mon Sep 17 00:00:00 2001 From: Nils Sandmann Date: Sat, 1 Jan 2022 21:06:22 +0100 Subject: [PATCH] Add TOTP authentification for ACME DNS INWX Signed-off-by: Nils Sandmann --- src/dns-challenge-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json index 6defbdd..39ac2ba 100644 --- a/src/dns-challenge-schema.json +++ b/src/dns-challenge-schema.json @@ -188,6 +188,10 @@ "INWX_User" : { "description" : "The INWX username", "type" : "string" + }, + "INWX_Shared_Secret" : { + "description" : "The INWX shared secret", + "type" : "string" } }, "name" : "INWX" -- 2.39.2