diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-12-08 16:44:46 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-12-08 16:44:46 +0000 |
commit | 1705cd872b0d82473730c8e1cd08c40ea9eacc71 (patch) | |
tree | 59e38c9bebd00e474d273e356bb7a184899b17e2 /ipsectools-viewcert-html.lsp | |
parent | 83284ae6afcea7f9bdc0bbbb0ad85a2b069fa190 (diff) | |
download | acf-ipsec-tools-1705cd872b0d82473730c8e1cd08c40ea9eacc71.tar.bz2 acf-ipsec-tools-1705cd872b0d82473730c8e1cd08c40ea9eacc71.tar.xz |
Modified ipsec-tools to add viewvert.
git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1628 ab2d0c66-481e-0410-8bed-d214d4d58bed
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> |