Skip to content

Instantly share code, notes, and snippets.

@reneegyllensvaan
Created November 1, 2017 12:31
Show Gist options
  • Save reneegyllensvaan/09dd3afee4e0a0573fee8669512b02d3 to your computer and use it in GitHub Desktop.
Save reneegyllensvaan/09dd3afee4e0a0573fee8669512b02d3 to your computer and use it in GitHub Desktop.
chalmers eduroam wicd template
name = Eduroam-chalmers
author = renee gyllensvaan
version = 1
require username *Username password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
identity="$_USERNAME"
scan_ssid=$_SCAN
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP TKIP
eap=PEAP
ca_cert="<full path to certificate>"
domain_suffix_match="eduroam.chalmers.se"
phase2="auth=MSCHAPV2"
password="$_PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment