[pve-devel] [PATCH acme 2/2] feat: add DreamHost credential to DNS challenge schema
Richard C
richard at casesolved.co.uk
Tue Jan 11 17:57:44 CET 2022
---
src/dns-challenge-schema.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index 0f617fc..039ca77 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -144,7 +144,15 @@
"domeneshop" : {},
"dp" : {},
"dpi" : {},
- "dreamhost" : {},
+ "dreamhost" : {
+ "fields" : {
+ "DH_API_KEY" : {
+ "description" : "The DreamHost API Key",
+ "type" : "string"
+ }
+ },
+ "name" : "DreamHost"
+ },
"duckdns" : {},
"durabledns" : {},
"dyn" : {},
--
2.16.3
More information about the pve-devel
mailing list