mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 13:59:06 -04:00
Merge pull request #290 from fraenki/acme_111
security/acme-client: Bugfix release 1.11
This commit is contained in:
commit
77fb22c2f9
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= acme-client
|
||||
PLUGIN_VERSION= 1.10
|
||||
PLUGIN_VERSION= 1.11
|
||||
PLUGIN_COMMENT= Let's Encrypt client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_DEPENDS= acme.sh bind911
|
||||
|
|
|
|||
|
|
@ -412,6 +412,9 @@
|
|||
<dns_dp_key type="TextField">
|
||||
<Required>N</Required>
|
||||
</dns_dp_key>
|
||||
<dns_duckdns_token type="TextField">
|
||||
<Required>N</Required>
|
||||
</dns_duckdns_token>
|
||||
<dns_freedns_user type="TextField">
|
||||
<Required>N</Required>
|
||||
</dns_freedns_user>
|
||||
|
|
|
|||
Loading…
Reference in a new issue