summaryrefslogtreecommitdiffstats
path: root/openvpn-viewcert-html.lsp
blob: 97edd4e551d699b014b8e4fc8987ad48a7e14b6c (plain)
1
2
3
4
5
6
<% local view, viewlibrary, page_info, session = ... %>
<% html = require("acf.html") %>

<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Certificate Details"}), page_info) %>
<pre><%= html.html_escape(view.value.value) %></pre>
<% htmlviewfunctions.displaysectionend(header_level) %>