mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/acme-client: bump version
This commit is contained in:
parent
03ad1c834b
commit
38e5a610e7
2 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= acme-client
|
||||
PLUGIN_VERSION= 3.8
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 3.9
|
||||
PLUGIN_COMMENT= ACME Client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_DEPENDS= acme.sh py${PLUGIN_PYTHON}-dns-lexicon
|
||||
|
|
|
|||
|
|
@ -8,6 +8,15 @@ WWW: https://github.com/acmesh-official/acme.sh
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
3.9
|
||||
|
||||
Added:
|
||||
* add support for Transip DNS API ( #2871)
|
||||
* execution order of automations can be changed (#2833)
|
||||
|
||||
Fixed:
|
||||
* fix the use of a self hosted ACME-DNS service (#2898)
|
||||
|
||||
3.8
|
||||
|
||||
NOTE: Support for the cPanel and Selfhost API is not functional. It requires
|
||||
|
|
|
|||
Loading…
Reference in a new issue