This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
c-services:wlan-c-base-crew-wpasupplicant [2016/01/08 22:12] – Debbugging hinzugefügt return | c-services:wlan-c-base-crew-wpasupplicant [2021/11/23 19:39] (current) – uk | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | :!: 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 **/ | 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: |