Change tls configuration to use Let's encrypt TLS mode #6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue