Created
November 2, 2021 15:51
-
-
Save fipski/2e733c0eb4508c206013d8b50d6831e9 to your computer and use it in GitHub Desktop.
Eduroam TU Darmstadt
This file contains hidden or 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
# Assuming you have T-TeleSec_GlobalRoot_Class_2.pem in /etc/ssl/certs. | |
# Replace TU-ID with your ID | |
# replace wlan0 with your interface name | |
nmcli connection add type wifi con-name eduroam ifname wlan0 ssid "eduroam" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap peap 802-1x.anonymous-identity [email protected] 802-1x.identity [email protected] 802-1x.phase2-auth mschapv2 802-1x.domain-suffix-match radius.hrz.tu-darmstadt.de 802-1x.ca-cert /etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem | |
nmcli connection up eduroam --ask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment