mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: move optional field to the bottom, refs #1851
This commit is contained in:
+6
-6
@@ -772,18 +772,18 @@
|
||||
<label>Server (FQDN)</label>
|
||||
<type>text</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>validation.dns_nsupdate_zone</id>
|
||||
<label>Zone</label>
|
||||
<type>text</type>
|
||||
<help>Set hosted zone (e.g. example.com) as some DNS Providers require, like dyn.com's 'Standard DNS'.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>validation.dns_nsupdate_key</id>
|
||||
<label>Secret Key</label>
|
||||
<type>textbox</type>
|
||||
<help>Requires the whole key file in a format that is compatible with nsupdate.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>validation.dns_nsupdate_zone</id>
|
||||
<label>Zone</label>
|
||||
<type>text</type>
|
||||
<help>Optionally set the name of the hosted zone (e.g. example.com) as some DNS Providers require, like dyn.com's 'Standard DNS'.</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>opnsense</label>
|
||||
<type>header</type>
|
||||
|
||||
Reference in New Issue
Block a user