From a5c6653e1b4ec23bfc987f63e387eddfa380eadc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 27 Jan 2017 08:35:48 +0100 Subject: [PATCH] README: add acme-client to plugins list --- README.md | 1 + security/acme-client/Makefile | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a88082e10..12e557503 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 1b607b5e4..59485d2d6 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -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"