mirror of
https://github.com/opnsense/plugins.git
synced 2026-07-02 11:18:42 -05:00
commit e873aa41591442e16ec0581fa8b6e8696a1821ff Author: Ad Schellevis <ad@opnsense.org> Date: Mon Jul 4 14:23:32 2022 +0200 security/stunnel: Add option to chain intermediate CAs (https://github.com/opnsense/plugins/pull/2854), better explain impact and add move to advanced commit1e86212ad7Author: Johnny S. Lee <6614805+johnnyslee@users.noreply.github.com> Date: Mon Feb 21 09:52:26 2022 +0800 security/stunnel: Allow GUI usage of restart action For example, we can now select "Restart Stunnel" from `Service/ACME-Client/Automations>Run-Command>System-or-Plugin-Command` in GUI. commit005af925b1Author: Johnny S. Lee <6614805+johnnyslee@users.noreply.github.com> Date: Mon Feb 21 09:45:28 2022 +0800 security/stunnel: Add option to chain intermediate CAs Add an option, defaults disabled, to chain intermediate CAs which is required when using ACME cert.
8 lines
172 B
Makefile
8 lines
172 B
Makefile
PLUGIN_NAME= stunnel
|
|
PLUGIN_VERSION= 1.0.5
|
|
PLUGIN_COMMENT= Stunnel TLS proxy
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
PLUGIN_DEPENDS= stunnel
|
|
|
|
.include "../../Mk/plugins.mk"
|