Skip to content

Instantly share code, notes, and snippets.

@connerbrooks
Created January 26, 2014 21:48
Show Gist options
  • Save connerbrooks/8639887 to your computer and use it in GitHub Desktop.
Save connerbrooks/8639887 to your computer and use it in GitHub Desktop.
UCF_WPA2 netctl profile
Description='UCF_WPA2'
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
ca_path=/etc/ssl/certs/incommonca.cer
IP=dhcp
WPAConfigSection=(
'ssid="UCF_WPA2"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'identity="YOUR-NID"'
'password="YOUR-NID-PASSWORD"'
'priority=1'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment