-
-
Save takeshixx/292165e2bd8f1c3e6fb460b7f0c0af08 to your computer and use it in GitHub Desktop.
33C3 WPA2 802.1X config for netctl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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