Created
July 29, 2019 10:19
-
-
Save lcpz/889830cefca810be27d7e12906b8ef58 to your computer and use it in GitHub Desktop.
wpa_supplicant eduroam minimal configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
network={ | |
ssid="eduroam" | |
scan_ssid=1 | |
key_mgmt=WPA-EAP | |
eap=TTLS | |
#anonymous_identity="[email protected]" | |
#ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem" | |
phase2="auth=MSCHAPV2" | |
identity="<email>" | |
password="<pwd>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment