summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp9
1 files changed, 7 insertions, 2 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 739009c..21dffea 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -38,6 +38,11 @@ if view.value.version and view.value.version.errtxt and viewlibrary.check_permis
end
end
end %>
-<% if viewlibrary.check_permission("downloadcacert") then %> <H1>Download
-CA Cert</H1> <DL> <%= html.link{value="downloadcacert?certype=pem", label="Download PEM"} %><BR><%= html.link{value="downloadcacert?certype=der", label="Download DER"} %><BR> </DL>
+<% if viewlibrary.check_permission("downloadcacert") then %>
+<H1>Download CA Cert</H1>
+<DL>
+<%= html.link{value="downloadcacert?certype=pem", label="Download PEM"} %><BR>
+<%= html.link{value="downloadcacert?certype=der", label="Download DER"} %><BR>
+<%= html.link{value="downloadcacert", label="Import to Firefox"} %><BR>
+</DL>
<% end %>