17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
|
update_config=1
|
|
country=FR
|
|
|
|
network={
|
|
ssid="eduroam"
|
|
key_mgmt=WPA-EAP
|
|
pairwise=CCMP
|
|
eap=TTLS
|
|
identity=YOUR_UNIVERSITY_ID
|
|
anonymous_identity="anonymous@unilim.fr"
|
|
password=YOUR_PASSWORD
|
|
ca_cert="/home/pi/.cat_installer/ca.pem"
|
|
altsubject_match="DNS:wifi-ttls.unilim.fr"
|
|
phase2="auth=MSCHAPV2"
|
|
}
|