diff options
Diffstat (limited to 'ipsectools-viewcert-html.lsp')
-rw-r--r-- | ipsectools-viewcert-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ipsectools-viewcert-html.lsp b/ipsectools-viewcert-html.lsp new file mode 100644 index 0000000..d23cb53 --- /dev/null +++ b/ipsectools-viewcert-html.lsp @@ -0,0 +1,8 @@ +<% local view, viewlibrary = ... %> + +<% --[[ DEBUG INFORMATION +io.write(html.cfe_unpack(view)) +--]] %> + +<H1>Certificate Details</H1> +<pre><%= view.value.value %></pre> |