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

Von Version 1.1
bearbeitet von Christian Germann
am 2022/03/11 09:48
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 2.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,15 +18,6 @@
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 -
30 30  (% style="font-family:Courier New,Courier,monospace" %)tls {(%%)
31 31  (% 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(%%)
32 32  (% 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(%%)
... ... @@ -34,6 +34,7 @@
34 34   # MUST include not only the server certificate, but ALSO all of
35 35   # the CA certificates used to sign the server certificate.(%%)
36 36  (% 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 +}
37 37  
38 38  
39 39  Danach den FreeRADIUS-Dienst mit dem Kommando /etc/init.d/freeradius restart neustarten.