mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-14 21:50:16 -04:00
security/acme-client: move optional field to the bottom, refs #1851
This commit is contained in:
parent
c46695c030
commit
2dfe7674d5
1 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue