Change tls configuration to use Let's encrypt TLS mode

This commit is contained in:
Thomas Chevalier 2022-08-29 11:53:17 +02:00
parent 8b74ba2a79
commit d7ff094fc6

View file

@ -614,7 +614,9 @@ eap {
# #
tls { tls {
# Point to the common TLS configuration # Point to the common TLS configuration
tls = tls-common # tls-common is used for autosigned certificates
# tls-LEcert is used for Let's encrypt certificates
tls = tls-LEcert
# #
# As part of checking a client certificate, the EAP-TLS # As part of checking a client certificate, the EAP-TLS
@ -644,7 +646,7 @@ eap {
# above. If that is done, the tls= option here (and in # above. If that is done, the tls= option here (and in
# tls above) MUST be commented out. # tls above) MUST be commented out.
# #
tls = tls-common tls = tls-LEcert
# The tunneled EAP session needs a default EAP type # The tunneled EAP session needs a default EAP type
# which is separate from the one for the non-tunneled # which is separate from the one for the non-tunneled