Skip to content

Instantly share code, notes, and snippets.

@catvec
Created January 29, 2018 06:31
Show Gist options
  • Select an option

  • Save catvec/9dc3c390bda91a3d528a43d17bc58f36 to your computer and use it in GitHub Desktop.

Select an option

Save catvec/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