[pve-devel] [PATCH acme 1/2] feat: add Mythic Beasts credentials to DNS challenge schema
Richard C
richard at casesolved.co.uk
Tue Jan 11 17:57:43 CET 2022
---
src/dns-challenge-schema.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index 6defbdd..0f617fc 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -237,6 +237,19 @@
"myapi" : {},
"mydevil" : {},
"mydnsjp" : {},
+ "mythic_beasts" : {
+ "fields" : {
+ "MB_AK" : {
+ "description" : "Key ID",
+ "type" : "string"
+ },
+ "MB_AS" : {
+ "description" : "Secret",
+ "type" : "string"
+ }
+ },
+ "name" : "mythic-beasts.com"
+ },
"namecheap" : {},
"namecom" : {},
"namesilo" : {},
--
2.16.3
More information about the pve-devel
mailing list