mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: Change TLS max version to 1.3 (#4883)
This commit is contained in:
@@ -456,7 +456,7 @@ eap {
|
||||
# The values must be in quotes.
|
||||
#
|
||||
tls_min_version = "{{ OPNsense.freeradius.eap.tls_min_version }}"
|
||||
tls_max_version = "1.2"
|
||||
tls_max_version = "1.3"
|
||||
|
||||
# Elliptical cryptography configuration
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user