Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:verejne:sit:wi-fi:linux [30.09.2024 20:02] – suggest enabling ipv6 with iwd Karel Kopecký | en:verejne:sit:wi-fi:linux [18.02.2026 19:31] (current) – updated CA to HARICA Pavel Valach | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * **Anonymous identity**: '' | * **Anonymous identity**: '' | ||
| * **Domain**: '' | * **Domain**: '' | ||
| - | * **CA certificate**: | + | * **CA certificate**: |
| * **Inner authentication**: | * **Inner authentication**: | ||
| * **Username**: | * **Username**: | ||
| Line 37: | Line 37: | ||
| In case you want to set up a wpa_supplicant profile manually, we have prepared a Sincoolka network definition below. | In case you want to set up a wpa_supplicant profile manually, we have prepared a Sincoolka network definition below. | ||
| - | To properly verify that you are using our server, the CA certificate is necessary. It should be already on your system at path ''/ | + | To properly verify that you are using our server, the CA certificate is necessary. It should be already on your system at path ''/ |
| <file wpa_supplicant wpa_supplicant.conf> | <file wpa_supplicant wpa_supplicant.conf> | ||
| Line 46: | Line 46: | ||
| eap=TTLS | eap=TTLS | ||
| # path to the downloaded CA certificate | # path to the downloaded CA certificate | ||
| - | ca_cert="/ | + | ca_cert="/ |
| domain_match=" | domain_match=" | ||
| phase2=" | phase2=" | ||
| Line 69: | Line 69: | ||
| (depending on which network you'd like to connect) under ''/ | (depending on which network you'd like to connect) under ''/ | ||
| - | To properly verify that you are using our server, the CA certificate is necessary. It should be already on your system at path ''/ | + | To properly verify that you are using our server, the CA certificate is necessary. It should be already on your system at path ''/ |
| <file iwd Sincoolka.8021x> | <file iwd Sincoolka.8021x> | ||
| Line 79: | Line 79: | ||
| EAP-Identity=anonymous@sin.cvut.cz | EAP-Identity=anonymous@sin.cvut.cz | ||
| EAP-TTLS-ServerDomainMask=radius.sin.cvut.cz | EAP-TTLS-ServerDomainMask=radius.sin.cvut.cz | ||
| - | EAP-TTLS-CACert=/ | + | EAP-TTLS-CACert=/ |
| EAP-TTLS-Phase2-Method=Tunneled-PAP | EAP-TTLS-Phase2-Method=Tunneled-PAP | ||
| EAP-TTLS-Phase2-Identity=your.username@sin.cvut.cz | EAP-TTLS-Phase2-Identity=your.username@sin.cvut.cz | ||