summaryrefslogtreecommitdiffstats
path: root/openvpn-viewcert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-11-23 11:49:08 +0000
committerTed Trask <ttrask01@yahoo.com>2009-11-23 11:49:08 +0000
commit86b4e4e9892f15e14aaccf95db38546622001738 (patch)
treef4fe6be5d9486807c4ad891eae41bc48a657e491 /openvpn-viewcert-html.lsp
parent3424c10a7a9cadc4697951b259d70fc26f56b197 (diff)
downloadacf-openvpn-86b4e4e9892f15e14aaccf95db38546622001738.tar.bz2
acf-openvpn-86b4e4e9892f15e14aaccf95db38546622001738.tar.xz
Added new view files for major changes to only handle one config and add cert processing.
Diffstat (limited to 'openvpn-viewcert-html.lsp')
-rw-r--r--openvpn-viewcert-html.lsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/openvpn-viewcert-html.lsp b/openvpn-viewcert-html.lsp
new file mode 100644
index 0000000..1acb166
--- /dev/null
+++ b/openvpn-viewcert-html.lsp
@@ -0,0 +1,8 @@
+<% local view, viewlibrary = ... %>
+
+<% --[[ DEBUG INFORMATION
+io.write(html.cfe_unpack(view))
+--]] %>
+
+<H1>Certificate Details</H1>
+<pre><%= html.html_escape(view.value.value) %></pre>