summaryrefslogtreecommitdiffstats
path: root/openvpn-peminfo-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-peminfo-html.lsp')
-rw-r--r--openvpn-peminfo-html.lsp40
1 files changed, 0 insertions, 40 deletions
diff --git a/openvpn-peminfo-html.lsp b/openvpn-peminfo-html.lsp
deleted file mode 100644
index 070399f..0000000
--- a/openvpn-peminfo-html.lsp
+++ /dev/null
@@ -1,40 +0,0 @@
-<% local view = ... %>
-<html>
-<body>
-<h1>Certificate Info 'xxx.conf'</h1>
-<h2>General</h2>
-
-<dt>Serial</dt>
-<dd>xxx</dd>
-
-<dt>Common name</dt>
-<dd>xxx</dd>
-
-<dt>Country</dt>
-<dd>xxx</dd>
-
-<dt>State or Province</dt>
-<dd>xxx</dd>
-
-<dt>City</dt>
-<dd>xxx</dd>
-
-<dt>Company</dt>
-<dd>xxx</dd>
-
-<dt>Departement II</dt>
-<dd>xxx</dd>
-
-<dt>e-mail</dt>
-<dd>xxx</dd>
-
-<dt>Status</dt>
-<dd>xxx</dd>
-
-<h2>Certificate Details</h2>
-
-<textarea></textarea>
-
-
-</body>
-</html>