summaryrefslogtreecommitdiffstats
path: root/openssl-putcacert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-05-27 17:20:55 +0000
committerTed Trask <ttrask01@yahoo.com>2008-05-27 17:20:55 +0000
commit2c7efb258612b0039becb4d535b0e118c400d79d (patch)
treeaa3c3d512cf7070377f7c70f4fe98d21daf4953f /openssl-putcacert-html.lsp
parent7b91c2748fc30eb718bafef995f514d5f805d716 (diff)
downloadacf-openssl-2c7efb258612b0039becb4d535b0e118c400d79d.tar.bz2
acf-openssl-2c7efb258612b0039becb4d535b0e118c400d79d.tar.xz
Modified acf to allow file upload (arbitrary 32k limit).
Cleaned up openssl and added ability to upload/generate CA certificate. git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1184 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssl-putcacert-html.lsp')
-rw-r--r--openssl-putcacert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-putcacert-html.lsp b/openssl-putcacert-html.lsp
index 2707c09..ed3ab02 100644
--- a/openssl-putcacert-html.lsp
+++ b/openssl-putcacert-html.lsp
@@ -7,7 +7,7 @@ io.write(html.cfe_unpack(form))
<H1><?= form.label ?></H1>
<?
- form.action = '" enctype="multipart/form-data'
+ form.action = 'putcacert" enctype="multipart/form-data'
form.value.ca.type="file"
form.value.password.type="password"
local order = {"ca", "password"}