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.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 21dffea..1d3964c 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -41,8 +41,8 @@ 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>
+<%= 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>
</DL>
<% end %>