From d7ff094fc6b90081f22d3289ee26b6597db49ff6 Mon Sep 17 00:00:00 2001 From: Thomas Chevalier Date: Mon, 29 Aug 2022 11:53:17 +0200 Subject: [PATCH] Change tls configuration to use Let's encrypt TLS mode --- freeradius3/mods-enabled/eap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/freeradius3/mods-enabled/eap b/freeradius3/mods-enabled/eap index e6c5ca3..b0b798b 100644 --- a/freeradius3/mods-enabled/eap +++ b/freeradius3/mods-enabled/eap @@ -614,7 +614,9 @@ eap { # tls { # 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 @@ -644,7 +646,7 @@ eap { # above. If that is done, the tls= option here (and in # tls above) MUST be commented out. # - tls = tls-common + tls = tls-LEcert # The tunneled EAP session needs a default EAP type # which is separate from the one for the non-tunneled