summaryrefslogtreecommitdiffstats
path: root/openssl-viewcert-html.lsp
blob: b8d61364ca1d73d3d8c31e3939de8bce65b1f28c (plain)
1
2
3
4
5
6
7
8
<? local view, viewlibrary = ... ?>

<? --[[ DEBUG INFORMATION
io.write(html.cfe_unpack(view))
--]] ?>

<H1>Certificate Details</H1>
<?= string.gsub(view.value.value, "\n", "<br>") ?>