From 2a13c8256b2b64c3c61e043a1d9268b75a4597a4 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 06:52:54 +0200 Subject: 802.1X config template --- templates/8021x.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/8021x.html (limited to 'templates/8021x.html') diff --git a/templates/8021x.html b/templates/8021x.html new file mode 100644 index 0000000..3e3405a --- /dev/null +++ b/templates/8021x.html @@ -0,0 +1,33 @@ + + + + + + login + + +
+

wpa_supplicant WPA-EAP template

+
network={
+	scan_ssid=1
+	ssid="crew.sublab.org"
+
+	key_mgmt=WPA-EAP
+	eap=TTLS
+	phase2="auth=PAP"
+
+	identity="${username}"
+	password="passwort hier einsetzen"
+
+	anonymous_identity="bernd"
+	ca_cert="/etc/ssl/certs/cacert.org.pem"
+	altsubject_match="DNS:taifun.local.sublab.org"
+	priority=500
+}
+   
+
+
+ -- cgit v1.2.1