security/acme-client: add missing DuckDNS field, fixes #287

(cherry picked from commit 2c2303ea8b)
(cherry picked from commit 1204a3f83b)
This commit is contained in:
Frank Wall 2017-09-25 17:19:17 +02:00 committed by Franco Fichtner
parent d70d832b3d
commit 0cccd362eb
2 changed files with 4 additions and 1 deletions

View file

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

View file

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