summaryrefslogtreecommitdiffstats
path: root/openssl-request-html.lsp
diff options
context:
space:
mode:
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 6ed33ed..cc0cdb3 100644
--- a/openssl-request-html.lsp
+++ b/openssl-request-html.lsp
@@ -12,7 +12,7 @@ io.write(html.cfe_unpack(form))
form.value.password_confirm.type = "password"
local order = { "countryName", "C", "stateOrProvinceName", "ST", "localityName", "L", "organizationName", "O",
"organizationalUnitName", "OU", "commonName", "CN", "emailAddress" }
- local finishingorder = { "subjectAltName", "certtype", "password", "password_confirm" }
+ local finishingorder = { "certtype", "extensions", "password", "password_confirm" }
displayform(form, order, finishingorder)
?>