Skip to content

Instantly share code, notes, and snippets.

@takeshixx
Created December 27, 2014 15:08
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 takeshixx/d2bfc322da88c1f0de31 to your computer and use it in GitHub Desktop.
Save takeshixx/d2bfc322da88c1f0de31 to your computer and use it in GitHub Desktop.
31C3 802.1x WiFi config for netctl
Description='31C3 802.1x WiFi'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="31C3"'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'identity="randomusername"'
'password="randompassword"'
'priority=1'
'phase2="auth=PAP"'
'ca_cert="/etc/ssl/certs/StartCom_Certification_Authority.pem"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment