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/14 22:03] – 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={ | ||
| - | ssid=" | + | ssid=" |
| key_mgmt=WPA-EAP | key_mgmt=WPA-EAP | ||
| eap=PEAP | eap=PEAP | ||
| identity=" | identity=" | ||
| password=" | password=" | ||
| - | ca_cert=" | + | ca_cert=" |
| - | subject_match=" | + | subject_match="/ |
| phase2=" | phase2=" | ||
| } | } | ||