6 |
<body> |
<body> |
7 |
<h1>Request a new certificate</h1> |
<h1>Request a new certificate</h1> |
8 |
|
|
9 |
<ul class="activitylist"> |
<table> |
10 |
<li id="keypair" class="finished">Generate key pair</li> |
<tr> |
11 |
<li id="gencsr" class="pending">Generate certificate signing request</li> |
<td><input type="checkbox" name="state.keypair" readonly="readonly"></td> |
12 |
<li id="submitcsr" class="pending">Submit request</li> |
<td>Generate key pair</td> |
13 |
<li id="printform" class="pending">Print verification form</li> |
</tr> |
14 |
<li id="waitapproval" class="pending">Wait for approval by your registration authority</li> |
<tr> |
15 |
</ul> |
<td><input type="checkbox" name="state.gencsr" readonly="readonly"></td> |
16 |
|
<td>Generate certificate signing request</td> |
17 |
|
</tr> |
18 |
|
<tr> |
19 |
|
<td><input type="checkbox" name="state.submitcsr" readonly="readonly"></td> |
20 |
|
<td>Submit certificate signing request to registration authority</td> |
21 |
|
</tr> |
22 |
|
<tr> |
23 |
|
<td><input type="checkbox" name="state.printform" readonly="readonly"></td> |
24 |
|
<td>Print the verification form</td> |
25 |
|
</tr> |
26 |
|
<tr> |
27 |
|
<td><input type="checkbox" name="state.approved" readonly="readonly"></td> |
28 |
|
<td>Wait for approval by the registration authority</td> |
29 |
|
</tr> |
30 |
|
</table> |
31 |
</body> |
</body> |
32 |
</html> |
</html> |