User Tools

Site Tools


c-services:wlan-c-base-crew-wpasupplicant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
c-services:wlan-c-base-crew-wpasupplicant [2016/01/08 23:12]
return Debbugging hinzugefügt
c-services:wlan-c-base-crew-wpasupplicant [2021/11/23 20:39]
uk
Line 1: Line 1:
 +
 +:!: Since 2021 the c-base crew wifi uses a certificate issued by `Let's Encrypt`
 +
 +<​del>​Zertifikat runterladen</​del>​
 +<code bash>
 +# This is not necessary anymore!
 +curl -Ss https://​wiki.c-base.org/​dokuwiki/​_media/​c-services:​radius.cbrp3.c-base.org.pem > /​etc/​ssl/​certs/​radius.cbrp3.c-base.org.pem
 +</​code>​
 +
 Create a file **/​etc/​wpa_supplicant/​c-base-crew.conf** with this content (change $crewname and $password to your crew name and password): Create a file **/​etc/​wpa_supplicant/​c-base-crew.conf** with this content (change $crewname and $password to your crew name and password):
 <​code>​ <​code>​
   network={   network={
-      ​ssid="​c-base-crew"​ +    ​ssid="​c-base-crew"​ 
-      key_mgmt=WPA-EAP +    key_mgmt=WPA-EAP 
-      eap=PEAP +    eap=PEAP 
-      identity="​$crewname"​ +    identity="​$crewname"​ 
-      password="​$password"​ +    password="​$password"​ 
-      ca_cert="​/​etc/​ssl/​certs/​cacert.org.pem+    ca_cert="​Add the path to the current Let's Encrypt root CA here
-      subject_match="​C=DE, ST=Berlin, L=Berlin, O=c-base e.V., CN=wlan.cbrp3.c-base.org"​ +    subject_match="​/CN=radius.cbrp3.c-base.org"​ 
-  }+    ​phase2="​auth=MSCHAPV2"​ 
 +} 
 </​code>​ </​code>​
 And start it with: And start it with:
c-services/wlan-c-base-crew-wpasupplicant.txt · Last modified: 2021/11/23 20:39 by uk