From: "Jens Meißner" <meissner@b1-systems.de>
To: Proxmox Devel List <pve-devel@lists.proxmox.com>
Cc: "Jens Meißner" <meissner@b1-systems.de>
Subject: [pve-devel] [PATCH proxmox-acme] Add DNS challenge schema for nsupdate.
Date: Mon, 13 Sep 2021 15:57:49 +0200 [thread overview]
Message-ID: <20210913135749.24698-1-meissner@b1-systems.de> (raw)
Signed-off-by: Jens Meißner <meissner@b1-systems.de>
---
src/dns-challenge-schema.json | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index ddfe2b2..a222ed3 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -237,7 +237,24 @@
"nm" : {},
"nsd" : {},
"nsone" : {},
- "nsupdate" : {},
+ "nsupdate" : {
+ "fields" : {
+ "NSUPDATE_SERVER" : {
+ "description" : "Hostname of the RFC 2136 compatible nameserver",
+ "type" : "string"
+ },
+ "NSUPDATE_KEY" : {
+ "description" : "Path to the nsupdate key file (TSIG key)",
+ "type" : "string"
+ },
+ "NSUPDATE_ZONE" : {
+ "description" : "DNS zone name (optional)",
+ "optional" : 1,
+ "type" : "string"
+ }
+ },
+ "name" : "nsupdate (RFC 2136)"
+ },
"nw" : {},
"oci" : {},
"one" : {},
--
2.33.0
next reply other threads:[~2021-09-13 14:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-13 13:57 Jens Meißner [this message]
2021-09-15 15:06 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210913135749.24698-1-meissner@b1-systems.de \
--to=meissner@b1-systems.de \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.