mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
System: Trust: Settings - add missing MinProtocol in template, missed a spot in https://github.com/opnsense/core/pull/7854
This commit is contained in:
parent
9425ca700d
commit
14c3eff319
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user