From: Nils Sandmann Date: Sat, 1 Jan 2022 20:06:22 +0000 (+0100) Subject: Add TOTP authentification for ACME DNS INWX X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=8465dba587540dfaa3bec1395c90a2cdd2f87fe8 Add TOTP authentification for ACME DNS INWX Signed-off-by: Nils Sandmann --- 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"