umbau 1.3.12
This commit is contained in:
@ -33,6 +33,9 @@ system_default = system_default_sect
|
||||
|
||||
[system_default_sect]
|
||||
MinProtocol = {{ guacd_tls_min_protocol }}
|
||||
{% if guacd_tls_max_protocol | default('', true) | length > 0 %}
|
||||
MaxProtocol = {{ guacd_tls_max_protocol }}
|
||||
{% endif %}
|
||||
CipherString = DEFAULT@SECLEVEL={{ guacd_tls_security_level }}
|
||||
{% if guacd_tls_unsafe_legacy_renegotiation %}
|
||||
# Manche aeltere Windows-/SCHANNEL-Staende koennen die in OpenSSL 3
|
||||
|
||||
Reference in New Issue
Block a user