[pve-devel] [PATCH 1/1] Add TOTP authentification for ACME DNS INWX
Nils Sandmann
git at softcat.org
Sat Jan 1 21:06:22 CET 2022
Signed-off-by: Nils Sandmann <git at softcat.org>
---
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.34.1.windows.1
More information about the pve-devel
mailing list