mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
security/acme-client: fix style for "DEPREC(I)ATED"
This commit is contained in:
parent
564674b469
commit
77424cdf9f
3 changed files with 8 additions and 8 deletions
|
|
@ -354,7 +354,7 @@ Changed:
|
|||
|
||||
Changed:
|
||||
* rename "Linode Cloud API" to "Linode API (v4)" (#2609)
|
||||
* rename "Linode API" to "Linode API (v3 / Deprecated)" (#2609)
|
||||
* rename "Linode API" to "Linode API (v3/deprecated)" (#2609)
|
||||
|
||||
3.3
|
||||
|
||||
|
|
|
|||
|
|
@ -580,9 +580,9 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>validation.dns_gandi_livedns_key</id>
|
||||
<label>API Key (DEPRECATED)</label>
|
||||
<label>API key (deprecated)</label>
|
||||
<type>text</type>
|
||||
<help>The API Key is the previous mechanism that was replaced with Personal Access Tokens. API Keys should no longer be used.</help>
|
||||
<help>The API key is the previous mechanism that was replaced with Personal Access Tokens. API keys should no longer be used.</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Google Cloud DNS</label>
|
||||
|
|
@ -825,7 +825,7 @@
|
|||
<help>Specify the location of the generated TSIG Key inside the TSIG file using grep and cut, example: grep \# /etc/knot/acme.key | cut -d' ' -f2</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>lexicon (DEPRECATED)</label>
|
||||
<label>Lexicon (deprecated)</label>
|
||||
<type>header</type>
|
||||
<style>table_dns table_dns_lexicon</style>
|
||||
</field>
|
||||
|
|
@ -855,7 +855,7 @@
|
|||
<type>text</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>Linode API (v3 / Deprecated)</label>
|
||||
<label>Linode API (v3/deprecated)</label>
|
||||
<type>header</type>
|
||||
<style>table_dns table_dns_linode</style>
|
||||
</field>
|
||||
|
|
@ -1236,7 +1236,7 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>validation.dns_sl_key</id>
|
||||
<label>API Key (DEPRECIATED)</label>
|
||||
<label>API key (deprecated)</label>
|
||||
<type>text</type>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -485,9 +485,9 @@
|
|||
<dns_kinghost>KingHost</dns_kinghost>
|
||||
<dns_knot>Knot (knsupdate)</dns_knot>
|
||||
<dns_leaseweb>LeaseWeb</dns_leaseweb>
|
||||
<dns_lexicon>lexicon (DEPRECATED)</dns_lexicon>
|
||||
<dns_lexicon>Lexicon (deprecated)</dns_lexicon>
|
||||
<dns_limacity>Lima-City (TrafficPlex)</dns_limacity>
|
||||
<dns_linode>Linode (v3 / Deprecated)</dns_linode>
|
||||
<dns_linode>Linode (v3/deprecated)</dns_linode>
|
||||
<dns_linode_v4>Linode (v4)</dns_linode_v4>
|
||||
<dns_loopia>Loopia</dns_loopia>
|
||||
<dns_lua>LuaDNS.com</dns_lua>
|
||||
|
|
|
|||
Loading…
Reference in a new issue