diff options
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r-- | openssl-status-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index 10e5069..b1b59ea 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -5,6 +5,8 @@ io.write(html.cfe_unpack(view)) --]] %> +<% displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %> + <H1>System Info</H1> <DL> <% displayitem(view.value.version) %> |