Skip to content

Instantly share code, notes, and snippets.

@adriangoransson
Last active February 25, 2021 17:07
Show Gist options
  • Save adriangoransson/b6a2b8b7f92675357a5b58f2bfccf30e to your computer and use it in GitHub Desktop.
Save adriangoransson/b6a2b8b7f92675357a5b58f2bfccf30e to your computer and use it in GitHub Desktop.
eduroam (Lund university) wpa_supplicant
network={
identity="<USERNAME>@student.lu.se"
anonymous_identity="<USERNAME>@student.lu.se"
password="<PASSWORD>"
# grep 'Config.server' <cat-installer.py>
altsubject_match="DNS:radius.lu.se"
# Extract with `grep -A500 Config.CA <cat-installer.py>`
ca_cert="/etc/wpa_supplicant/eduroam.pem"
ssid="eduroam"
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP TKIP
eap=PEAP
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment