diff options
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> |