Skip to content

Instantly share code, notes, and snippets.

@MasseGuillaume
Created July 21, 2015 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasseGuillaume/6d61e1d146c48ee6eb5b to your computer and use it in GitHub Desktop.
Save MasseGuillaume/6d61e1d146c48ee6eb5b to your computer and use it in GitHub Desktop.
udem wpa_supplicant.conf
network={
ssid="UdeM avec cryptage"
scan_ssid=1
key_mgmt=WPA-EAP NONE
pairwise=CCMP
group=CCMP TKIP
eap=TTLS PEAP TLS
identity="_____________@umontreal.ca" # << TODO
password="_____________" # << TODO
ca_cert="/etc/ssl/certs/ca-bundle.crt" # << TODO
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment