System: Trust: Settings - add missing MinProtocol in template, missed a spot in https://github.com/opnsense/core/pull/7854

This commit is contained in:
Ad Schellevis 2024-10-28 18:38:59 +01:00
parent 9425ca700d
commit 14c3eff319

View File

@ -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