summaryrefslogtreecommitdiffstats
path: root/openvpn-pem_info-html.lsp
blob: 028ba035ab3b0e4b5e0e5a54c6154308734799fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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>