Skip to content

Instantly share code, notes, and snippets.

@yuvadm
Last active August 29, 2015 14:11
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 yuvadm/be36026d1b684cbd32f7 to your computer and use it in GitHub Desktop.
Save yuvadm/be36026d1b684cbd32f7 to your computer and use it in GitHub Desktop.
31C3 netctl secure wireless configuration, usually goes in /etc/netctl/31c3
Description='31C3 secure WPA2 802.1X config'
Interface=wls1
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=31C3
WPAConfigSection=(
'ssid="31C3"'
'proto=RSN WPA'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'identity="edward"'
'password="snowden"'
'ca_cert="hash://server/sha256/7bebf5b3c81287546adb1be6a0cae9c6b8b80c03b26a92de41a61c44e88cd5ff"'
'subject_match="CN=radius.c3noc.net"'
'phase2="auth=PAP"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment