Skip to content

Instantly share code, notes, and snippets.

@Noah-Huppert
Created January 29, 2018 06:31
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noah-Huppert/9dc3c390bda91a3d528a43d17bc58f36 to your computer and use it in GitHub Desktop.
Save Noah-Huppert/9dc3c390bda91a3d528a43d17bc58f36 to your computer and use it in GitHub Desktop.
Connman eduroam configuration. On Arch Linux place this file in `/var/lib/connman/eduroam.config`
[service_eduroam]
Type=wifi
Name=eduroam
EAP=peap
CACertFile=/etc/ssl/certs/ca-certificates.crt
Phase2=MSCHAPV2
Identity=<YOUR UNIV. EMAIL>
Passphrase=<YOUR UNIV. LOGIN PASSWORD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment