Skip to content

Instantly share code, notes, and snippets.

@meyer1994
Last active October 23, 2019 12:29
Show Gist options
  • Save meyer1994/43fd2ede4670e398105c28e2f1c2fba7 to your computer and use it in GitHub Desktop.
Save meyer1994/43fd2ede4670e398105c28e2f1c2fba7 to your computer and use it in GitHub Desktop.
Connman configuration to use eduroam in UFSC university
# Config for EDUROAM at UFSC
[service_eduroam]
Type=wifi
Name=eduroam
EAP=peap
CACertFile=/etc/ssl/certs/ca-certificates.crt
Phase2=MSCHAPV2
Identity=**** # UFSC email
Passphrase=**** # UFSC password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment