mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 22:33:07 -04:00
README: add acme-client to plugins list
This commit is contained in:
parent
dd4853d09f
commit
a5c6653e1b
2 changed files with 2 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ sysutils/boot-delay -- Apply a persistent boot delay
|
|||
sysutils/smart -- SMART tools
|
||||
sysutils/vmware -- VMware tools
|
||||
sysutils/xen -- Xen guest utilities
|
||||
security/acme-client -- Let's Encrypt client
|
||||
security/intrusion-detection-content-pt-open -- IDS PT Research ruleset
|
||||
security/tinc -- Tinc VPN
|
||||
www/web-proxy-sso -- Add SSO Active Directory to use in Proxy
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PLUGIN_NAME= acme-client
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Lets Encrypt client
|
||||
#PLUGIN_DEPENDS= acme.sh
|
||||
PLUGIN_COMMENT= Let's Encrypt client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue