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