summaryrefslogtreecommitdiffstats
path: root/openvpn-viewcert-html.lsp
diff options
context:
space:
mode:
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>