Skip to content

Instantly share code, notes, and snippets.

@takeshixx
Created December 27, 2016 13:27
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/292165e2bd8f1c3e6fb460b7f0c0af08 to your computer and use it in GitHub Desktop.
Save takeshixx/292165e2bd8f1c3e6fb460b7f0c0af08 to your computer and use it in GitHub Desktop.
33C3 WPA2 802.1X config for netctl
Description='33C3 WPA2 802.1x WiFi'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
Essid=33C3
WPAConfigSection=(
'ssid="33C3"'
'proto=RSN WPA'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'identity="supersecretidentity"'
'password="supersecretpassword"'
'ca_cert="/etc/ssl/certs/DST_Root_CA_X3.pem"'
'phase2="auth=PAP"'
'altsubject_match="DNS:radius.c3noc.net"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment