Skip to content

Instantly share code, notes, and snippets.

@tpoisot
Created November 6, 2015 19:56
Show Gist options
  • Save tpoisot/3d12df4f23ddb0daaac6 to your computer and use it in GitHub Desktop.
Save tpoisot/3d12df4f23ddb0daaac6 to your computer and use it in GitHub Desktop.
netctl profile for UdeM network
Description='UdeM Crypt'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="UdeM avec cryptage"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'proto=RSN'
'pairwise=CCMP'
'ca_cert="$CERTFILE"'
'identity="$ID"'
'password="$PASSWD"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment