summaryrefslogtreecommitdiffstats
path: root/openssl-putcacert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-putcacert-html.lsp')
-rw-r--r--openssl-putcacert-html.lsp15
1 files changed, 15 insertions, 0 deletions
diff --git a/openssl-putcacert-html.lsp b/openssl-putcacert-html.lsp
new file mode 100644
index 0000000..2707c09
--- /dev/null
+++ b/openssl-putcacert-html.lsp
@@ -0,0 +1,15 @@
+<? local form = ... ?>
+<? require("viewfunctions") ?>
+
+<? --[[ DEBUG INFORMATION
+io.write(html.cfe_unpack(form))
+--]] ?>
+
+<H1><?= form.label ?></H1>
+<?
+ form.action = '" enctype="multipart/form-data'
+ form.value.ca.type="file"
+ form.value.password.type="password"
+ local order = {"ca", "password"}
+ displayform(form, order)
+?>