diff options
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r-- | openssl-status-html.lsp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index 02928d4..3a5e504 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -42,8 +42,7 @@ end %> <% if viewlibrary.check_permission("downloadcacert") then %> <H1>Download CA Cert</H1> <DL> -<%= html.link{value="downloadcacert?certtype=pem", label="Download PEM"} %><BR> -<%= html.link{value="downloadcacert?certtype=der", label="Download DER"} %><BR> -<%= html.link{value="downloadcacert", label="Import to Firefox"} %><BR> +<%= html.link{value="downloadcacert?viewtype=stream&certtype=pem", label="Download PEM"} %><BR> +<%= html.link{value="downloadcacert?viewtype=stream&certtype=der", label="Download DER"} %><BR> </DL> <% end %> |