diff options
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r-- | openssl-status-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index 8603bf4..a49b7ac 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -10,4 +10,5 @@ io.write(html.cfe_unpack(view)) <? displayitem(view.value.version) ?> <? displayitem(view.value.conffile) ?> <? displayitem(view.value.cacert) ?> +<? displayitem(view.value.cacertcontents) ?> </DL> |