summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
authorLuke Stuart <lukestu@gmail.com>2011-07-06 06:41:51 +0000
committerTed Trask <ttrask01@yahoo.com>2011-07-06 08:29:46 -0400
commit8123dd0d02083d8bea32fde1fbe25d9fa374d069 (patch)
tree067c61df6950fa82a5af340650125f3810b6a4eb /openssl-status-html.lsp
parentc1421098502d1523627b2b148ccdf572016f5e82 (diff)
downloadacf-openssl-8123dd0d02083d8bea32fde1fbe25d9fa374d069.tar.bz2
acf-openssl-8123dd0d02083d8bea32fde1fbe25d9fa374d069.tar.xz
acf-openssl: as per feature request #354: download cert plus set encryption bits and period of validity
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp3
1 files changed, 2 insertions, 1 deletions
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 %> <H1>Download
+Certificate</H1> <DL> <%= html.link{value="downloadpem?dlpath="..html.html_escape(view.value.cacert.value), label="Download "..view.value.cacert.value } %><BR> </DL><% end %>