Change tls configuration to use Let's encrypt TLS mode #6

Merged
chapeau merged 1 commit from tls-lets-encrypt into master 2022-08-29 11:59:05 +02:00

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