Created
November 6, 2015 19:56
-
-
Save tpoisot/3d12df4f23ddb0daaac6 to your computer and use it in GitHub Desktop.
netctl profile for UdeM network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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