mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/freeradius: Change TLS max version to 1.3 (#4883)
This commit is contained in:
parent
2ea658a856
commit
4b80067284
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue