From 14c3eff319596615e450f08f2389457ed40cb0eb Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 28 Oct 2024 18:38:59 +0100 Subject: [PATCH] System: Trust: Settings - add missing MinProtocol in template, missed a spot in https://github.com/opnsense/core/pull/7854 --- src/opnsense/service/templates/OPNsense/Trust/openssl.cnf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/opnsense/service/templates/OPNsense/Trust/openssl.cnf b/src/opnsense/service/templates/OPNsense/Trust/openssl.cnf index da372ee53..cf0336818 100644 --- a/src/opnsense/service/templates/OPNsense/Trust/openssl.cnf +++ b/src/opnsense/service/templates/OPNsense/Trust/openssl.cnf @@ -68,6 +68,13 @@ Ciphersuites = {{OPNsense.trust.general.Ciphersuites|replace(',',':')}} {% if not helpers.empty('OPNsense.trust.general.groups') %} Groups = {{OPNsense.trust.general.groups|replace(',',':')}} {% endif %} +{% if not helpers.empty('OPNsense.trust.general.MinProtocol') %} +MinProtocol = {{OPNsense.trust.general.MinProtocol}} +{% endif %} +{% if not helpers.empty('OPNsense.trust.general.MinProtocol_DTLS') %} +MinProtocol = {{OPNsense.trust.general.MinProtocol_DTLS}} +{% endif %} + {% endif %} # List of providers to load