summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
new file mode 100644
index 0000000..8603bf4
--- /dev/null
+++ b/openssl-status-html.lsp
@@ -0,0 +1,13 @@
+<? local view, viewlibrary = ... ?>
+<? require("viewfunctions") ?>
+
+<? --[[ DEBUG INFORMATION
+io.write(html.cfe_unpack(view))
+--]] ?>
+
+<H1>SYSTEM INFO</H1>
+<DL>
+<? displayitem(view.value.version) ?>
+<? displayitem(view.value.conffile) ?>
+<? displayitem(view.value.cacert) ?>
+</DL>