summarylogtreecommitdiffstats
path: root/eduroam-uu
diff options
context:
space:
mode:
authorZeger-Jan van de Weg2015-09-03 15:09:23 +0200
committerZeger-Jan van de Weg2015-09-03 15:09:23 +0200
commit82bb8e903ce14116bf16793027dd9d1b231ed287 (patch)
treeb6b7baa852dbeabfa38f967dd3d0a80edd3dd74f /eduroam-uu
downloadaur-netctl-eduroam-uu.tar.gz
Import
Diffstat (limited to 'eduroam-uu')
-rw-r--r--eduroam-uu16
1 files changed, 16 insertions, 0 deletions
diff --git a/eduroam-uu b/eduroam-uu
new file mode 100644
index 000000000000..628e40f2fda4
--- /dev/null
+++ b/eduroam-uu
@@ -0,0 +1,16 @@
+Connection='wireless'
+Interface=<your interface> # ex: wls1
+Security='wpa-configsection'
+Description="eduroam network Utrecht University"
+IP='dhcp'
+TimeoutWPA=60
+WPAConfigSection=(
+ 'ssid="eduroam"'
+ 'key_mgmt=WPA-EAP'
+ 'eap=PEAP'
+ 'proto=WPA2'
+ 'phase2="auth=None"'
+ 'identity="<solis ID>@soliscom.uu.nl"' # ex: 4127918
+ 'ca_cert="/usr/share/ca-certificates/trust-source/mozilla.trust.crt"'
+ 'password="<solis ID passphrase>"'
+)