From 8123dd0d02083d8bea32fde1fbe25d9fa374d069 Mon Sep 17 00:00:00 2001 From: Luke Stuart Date: Wed, 6 Jul 2011 06:41:51 +0000 Subject: acf-openssl: as per feature request #354: download cert plus set encryption bits and period of validity --- openssl-status-html.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openssl-status-html.lsp') diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index 1837ab0..0f73d35 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -32,4 +32,5 @@ end end end %> - +<% if viewlibrary.check_permission("downloadpem") then %>

Download +Certificate

<%= html.link{value="downloadpem?dlpath="..html.html_escape(view.value.cacert.value), label="Download "..view.value.cacert.value } %>
<% end %> -- cgit v1.2.3