-
-
Save CodeAsm/86d7731d7a02cc26bb12d29c87c2f8ec to your computer and use it in GitHub Desktop.
Hogeschool van Amsterdam Secure and eduroam config for iwd/iwctl
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
[Security] | |
EAP-Method=PEAP | |
[email protected] | |
EAP-PEAP-CACert=/var/lib/iwd/usertrustrsaca.cer | |
EAP-PEAP-Phase2-ServerDomainMask=radius.hva.nl | |
EAP-PEAP-Phase2-Method=MSCHAPV2 | |
EAP-PEAP-Phase2-Identity=[HVA ID]@hva.nl | |
EAP-PEAP-Phase2-Password=[password] | |
[Settings] | |
AutoConnect=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go to https://cloud.securew2.com/public/23465/eduroam/?device=Non-specific%20OS
Download
.p12
file and put it somewhere not under/home
Download
.cer
certification file and put it somewhere not under/home
make sure to
sudo chmod 600
these two files.make sure to
sudo chown root
these two files.put the above content into
sudoedit /var/lib/iwd/hva.8021x
sudo chmod 600 /var/lib/iwd/hva.8021x
sudo chown root /var/lib/iwd/hva.8021x
done: