This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
c-services:wlan-c-base-crew-wpasupplicant [2014/11/10 23:52] – created xen | c-services:wlan-c-base-crew-wpasupplicant [2021/11/23 19:39] (current) – uk | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Create a file **/ | ||
+ | :!: Since 2021 the c-base crew wifi uses a certificate issued by `Let's Encrypt` | ||
+ | |||
+ | < | ||
+ | <code bash> | ||
+ | # This is not necessary anymore! | ||
+ | curl -Ss https:// | ||
+ | </ | ||
+ | |||
+ | Create a file **/ | ||
+ | < | ||
network={ | network={ | ||
- | | + | |
- | key_mgmt=WPA-EAP | + | key_mgmt=WPA-EAP |
- | eap=PEAP | + | eap=PEAP |
- | identity=" | + | identity=" |
- | password=" | + | password=" |
- | ca_cert=" | + | ca_cert=" |
- | subject_match=" | + | subject_match=" |
- | } | + | |
+ | } | ||
+ | </ | ||
And start it with: | And start it with: | ||
+ | <code bash> | ||
wpa_supplicant -D wext -i wlan0 -c / | wpa_supplicant -D wext -i wlan0 -c / | ||
+ | </ | ||
+ | |||
+ | ===== Debugging ===== | ||
+ | <code bash> | ||
+ | wpa_supplicant -D wext -i wlan0 -c / | ||
+ | </ | ||
+ | ==== Zertifikate Testen ==== | ||
+ | Die Zeilen **ca_cert** und **subject_match** entfernen oder auskommentieren und das ganze noch einmal probieren. Sollte die Verbindung dann klappen bitte noch einmal prüfen ob man das richtige CaCert Zertifikat heruntergeladen hat. Falls ja an < |