net/freeradius: Change TLS max version to 1.3 (#4883)

This commit is contained in:
schreibubi 2025-12-17 10:12:36 +01:00 committed by GitHub
parent 2ea658a856
commit 4b80067284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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