mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/acme-client: password fields, bind update; closes #707
This commit is contained in:
parent
f2d14e36f0
commit
6cbc100db7
2 changed files with 8 additions and 8 deletions
|
|
@ -2,6 +2,6 @@ PLUGIN_NAME= acme-client
|
|||
PLUGIN_VERSION= 1.15
|
||||
PLUGIN_COMMENT= Let's Encrypt client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_DEPENDS= acme.sh bind911
|
||||
PLUGIN_DEPENDS= acme.sh bind913
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@
|
|||
<field>
|
||||
<id>validation.dns_cloudns_auth_password</id>
|
||||
<label>Auth Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>CloudXNS</label>
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
<field>
|
||||
<id>validation.dns_cyon_password</id>
|
||||
<label>Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>DigitalOcean</label>
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
<field>
|
||||
<id>validation.dns_do_password</id>
|
||||
<label>Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>DNSPod</label>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
<field>
|
||||
<id>validation.dns_dyn_password</id>
|
||||
<label>Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>Dynu</label>
|
||||
|
|
@ -307,7 +307,7 @@
|
|||
<field>
|
||||
<id>validation.dns_freedns_password</id>
|
||||
<label>Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>Gandi LiveDNS</label>
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
<field>
|
||||
<id>validation.dns_he_password</id>
|
||||
<label>Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<label>Infoblox</label>
|
||||
|
|
@ -379,7 +379,7 @@
|
|||
<field>
|
||||
<id>validation.dns_ispconfig_password</id>
|
||||
<label>Password</label>
|
||||
<type>text</type>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<id>validation.dns_ispconfig_api</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue