Wicd template for Indiana University and IUPUI's "IU Secure" wireless network
IU Secure requires the use of the Thawte Premium Server certificate in .pem format. To use the template, you will need to know the full path (including filename) for the certificate (ex: /etc/ssl/certs/Thawte_Premium_Server_CA.pem).
"Identity" and "Password" refer to the IU Network ID and password used to authenticate to the IU central computer systems and services.
This template steals liberally from Markus Meier's template for University of Manitoba (uofm-wpa wireless network, WPA2/PEAP version 0/MSCHAPv2).
name = IU_Secure
author =
version = 1
require identity *Identity password *Password ca_cert *Certificate
# The required "Thawte Premium Server Certificate" is installed by the "ca-certificates" package
-----
ctrl_interface=/var/run/wpa_supplicant
country=US
eapol_version=2
fast_reauth=1
network={
ssid="$_ESSID"
scan_ssid=$_SCAN
proto=RSN # require WPA2
eap=PEAP MSCHAPV2
key_mgmt=WPA-EAP
identity="$_IDENTITY"
password="$_PASSWORD"
# Only PEAP version 0 works
phase1="peapver=0"
pairwise=CCMP TKIP
group=CCMP TKIP
ca_cert="$_CA_CERT"
}