summaryrefslogtreecommitdiffstats
path: root/openssl-request-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-request-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-request-html.lsp')
-rw-r--r--openssl-request-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-request-html.lsp b/openssl-request-html.lsp
index 2bc3af9..acbe8ed 100644
--- a/openssl-request-html.lsp
+++ b/openssl-request-html.lsp
@@ -8,7 +8,7 @@
form.value.password_confirm.type = "password"
local order = { "countryName", "C", "stateOrProvinceName", "ST", "localityName", "L", "organizationName", "O",
"organizationalUnitName", "OU", "commonName", "CN", "emailAddress" }
- local finishingorder = { "certtype", "extensions", "password", "password_confirm" }
+ local finishingorder = { "certtype", "validdays", "extensions", "password", "password_confirm" }
displayform(form, order, finishingorder)
%>