diff options
Diffstat (limited to 'templates/8021x.html')
-rw-r--r-- | templates/8021x.html | 33 |
1 files changed, 33 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/" + xmlns:sub="http://local.sublab.org/subdap/xmlns-templates" + xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:include href="layout.xi"/> + <head> + <title>login</title> + </head> + <sub:bodylarge> + <div class="cont"> + <h1>wpa_supplicant WPA-EAP template</h1> + <pre>network={ + scan_ssid=1 + ssid="crew.sublab.org" + + key_mgmt=WPA-EAP + eap=TTLS + phase2="auth=PAP" + + identity="${username}" + password="<i style="color:red;background-color:white">passwort hier einsetzen</i>" + + anonymous_identity="bernd" + ca_cert="<a href="${url('static/cacert.org.pem')}">/etc/ssl/certs/cacert.org.pem</a>" + altsubject_match="DNS:taifun.local.sublab.org" + priority=500 +} + </pre> + </div> + </sub:bodylarge> +</html> |