add netctl profiles
[~bandali/configs] / other / netctl / uni
diff --git a/other/netctl/uni b/other/netctl/uni
new file mode 100644 (file)
index 0000000..f1dbc6d
--- /dev/null
@@ -0,0 +1,15 @@
+Description='York University Wireless'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa-configsection
+IP=dhcp
+WPAConfigSection=(
+    'ssid="AirYorkPLUS"'
+    'ca_cert="/etc/ssl/certs/GlobalSign_Root_CA.pem"'
+    'key_mgmt=WPA-EAP'
+    'eap=PEAP'
+    'identity="dedacted"'
+    'password="dedacted"'
+    'priority=1'
+    'phase2="auth=MSCHAPV2"'
+)