Zuletzt geändert von Jonas Mayer am 2022/05/17 10:46

Von Version 2.1
bearbeitet von Christian Germann
am 2022/03/11 09:48
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 1.1
bearbeitet von Christian Germann
am 2022/03/11 09:48
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -18,6 +18,15 @@
18 18  
19 19  In der vorhandenen Config-Datei /etc/freeradius/eap.conf die entsprechenden drei Parameter anpassen (rot markierte Zeilen)
20 20  
21 +tls {
22 +(% style="color:#e74c3c" %) private_key_file = ${certdir}/wlan.ShortName.logoip.de.key             #ShortName entsprechend anpassen
23 + certificate_file = ${certdir}/wlan.ShortName.logoip.de.crt             #ShortName entsprechend anpassen(%%)
24 +(% style="color:#2ecc71" %) # If CA_file (below) is not used, then the certificate_file below
25 + # MUST include not only the server certificate, but ALSO all of
26 + # the CA certificates used to sign the server certificate.(%%)
27 + (% style="color:#e74c3c" %)#CA_file = ${cadir}/ca.pem                                             #Zeile auskommentieren(%%)
28 +}
29 +
21 21  (% style="font-family:Courier New,Courier,monospace" %)tls {(%%)
22 22  (% style="color:#e74c3c; font-family:Courier New,Courier,monospace" %) private_key_file = ${certdir}/wlan.ShortName.logoip.de.key (% style="color:#27ae60; font-family:Courier New,Courier,monospace" %)#ShortName entsprechend anpassen(%%)
23 23  (% style="color:#e74c3c; font-family:Courier New,Courier,monospace" %) certificate_file = ${certdir}/wlan.ShortName.logoip.de.crt (% style="color:#27ae60; font-family:Courier New,Courier,monospace" %)#ShortName entsprechend anpassen(%%)
... ... @@ -25,7 +25,6 @@
25 25   # MUST include not only the server certificate, but ALSO all of
26 26   # the CA certificates used to sign the server certificate.(%%)
27 27  (% style="color:#e74c3c; font-family:Courier New,Courier,monospace" %) #CA_file = ${cadir}/ca.pem (% style="color:#27ae60; font-family:Courier New,Courier,monospace" %)#Zeile auskommentieren(% style="font-family:Courier New,Courier,monospace" %)
28 -}
29 29  
30 30  
31 31  Danach den FreeRADIUS-Dienst mit dem Kommando /etc/init.d/freeradius restart neustarten.