diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-11-19 14:43:46 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-11-19 14:43:46 +0000 |
commit | 723453ae5dced317e70f6597efe17b4872ea35a2 (patch) | |
tree | 91863556987ac06972503c6d115621ef3043e060 /openvpn-pem_info-html.lsp | |
parent | 31ff3ba51554722d2afbdc8153801c5496ff02b8 (diff) | |
download | acf-openvpn-723453ae5dced317e70f6597efe17b4872ea35a2.tar.bz2 acf-openvpn-723453ae5dced317e70f6597efe17b4872ea35a2.tar.xz |
Building up ideas on different functions
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@335 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openvpn-pem_info-html.lsp')
-rw-r--r-- | openvpn-pem_info-html.lsp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/openvpn-pem_info-html.lsp b/openvpn-pem_info-html.lsp new file mode 100644 index 0000000..028ba03 --- /dev/null +++ b/openvpn-pem_info-html.lsp @@ -0,0 +1,40 @@ +<? local view = ... ?> +<html> +<body> +<h1>Certificate Info 'xxx.conf'</h1> +<h2>General</h2> + +<dt>Serial</dt> +<dd>xxx</dd> + +<dt>Common name</dt> +<dd>xxx</dd> + +<dt>Country</dt> +<dd>xxx</dd> + +<dt>State or Province</dt> +<dd>xxx</dd> + +<dt>City</dt> +<dd>xxx</dd> + +<dt>Company</dt> +<dd>xxx</dd> + +<dt>Departement II</dt> +<dd>xxx</dd> + +<dt>e-mail</dt> +<dd>xxx</dd> + +<dt>Status</dt> +<dd>xxx</dd> + +<h2>Certificate Details</h2> + +<input type=text style="width:100%;height:300px"></input> + + +</body> +</html> |