projects
/
proxmox-acme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b788070
)
Add TOTP authentification for ACME DNS INWX
author
Nils Sandmann
<git@softcat.org>
Sat, 1 Jan 2022 20:06:22 +0000
(21:06 +0100)
committer
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Tue, 11 Jan 2022 15:34:57 +0000
(16:34 +0100)
Signed-off-by: Nils Sandmann <git@softcat.org>
src/dns-challenge-schema.json
patch
|
blob
|
blame
|
history
diff --git
a/src/dns-challenge-schema.json
b/src/dns-challenge-schema.json
index 6defbdd0847416cadbb96a7767f08650526be4f6..39ac2babdd5eef71d5a31216375bc970098bad76 100644
(file)
--- 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"