Skip to content

Instantly share code, notes, and snippets.

@nathanesau
Created September 26, 2015 15:25
Show Gist options
  • Save nathanesau/ec006d9831d84d42c5c1 to your computer and use it in GitHub Desktop.
Save nathanesau/ec006d9831d84d42c5c1 to your computer and use it in GitHub Desktop.
Eduroam config SFU (arch linux)
Description='eduroam'
Interface='wlp3s0'
Connection='wireless'
IP='dhcp'
ESSID='eduroam'
Security='wpa-configsection'
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'proto=WPA RSN'
'identity="sfuid@sfu.ca"'
'anonymous_identity="anonymous@sfu.ca"'
'password="sfupass"'
'ca_cert="/etc/ssl/certs/thawte_Premium_Server_CA.pem"'
'phase2="auth=EAP-MSCHAPV2 password=jmn691"'
)
@nathanesau
Copy link
Author

copy key to /etc/ssl/certs/thawte_Premium_Server_CA.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment