security/acme-client: move optional field to the bottom, refs #1851

This commit is contained in:
Frank Wall 2020-05-28 15:23:59 +02:00
parent c46695c030
commit 2dfe7674d5

View file

@ -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>