Created
October 22, 2018 09:26
-
-
Save cyber-murmel/a33d06c8a48c4f5888c8e758fc2c6a6e to your computer and use it in GitHub Desktop.
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
``` | |
ctrl_interface=/run/wpa_supplicant | |
### key_mgmt=NONE | |
network={ | |
ssid="hamburg.freifunk.net" | |
key_mgmt=NONE | |
priority=0 | |
} | |
### WPA enterprise | |
network={ | |
ssid="eduroam" | |
proto=WPA RSN | |
key_mgmt=WPA-EAP | |
pairwise=CCMP TKIP | |
eap=TTLS | |
identity="[email protected]" | |
anonymous_identity="[email protected]" | |
subject_match="radius.haw-hamburg.de" | |
password="yourPasswordHere" | |
ca_cert="/etc/ca-certificates/extracted/cadir/Deutsche_Telekom_Root_CA_2.pem" | |
phase2="auth=PAP" | |
priority=100 | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment