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

<H1>Certificate Details</H1>
<pre><%= html.html_escape(view.value.value) %></pre>