Skip to content

Instantly share code, notes, and snippets.

@yuvadm
Created December 26, 2015 18:31
Show Gist options
  • Save yuvadm/7b9ac09aa2cfc66ea6ce to your computer and use it in GitHub Desktop.
Save yuvadm/7b9ac09aa2cfc66ea6ce to your computer and use it in GitHub Desktop.
Netctl config for 32c3
Description='32C3 secure WPA2 802.1X config'
Interface=wls1
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=32C3
WPAConfigSection=(
'ssid="32C3"'
'proto=RSN WPA'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'identity="edward"'
'password="snowden"'
'ca_cert="/etc/ssl/certs/StartCom_Certification_Authority.pem"'
'altsubject_match="DNS:radius.c3noc.net"'
'phase2="auth=PAP"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment