Parent Directory
|
Revision Log
initial step 3; make css more logical
1 | <html> |
2 | <head> |
3 | <title>Request a new certificate</title> |
4 | <link rel="stylesheet" type="text/css" href="stylesheet.css"> |
5 | </head> |
6 | <body> |
7 | <h1>Request a new certificate</h1> |
8 | |
9 | <ul class="activitylist"> |
10 | <li id="keypair" class="finished">Generate key pair</li> |
11 | <li id="gencsr" class="pending">Generate certificate signing request</li> |
12 | <li id="submitcsr" class="pending">Submit request</li> |
13 | <li id="printform" class="pending">Print verification form</li> |
14 | <li id="waitapproval" class="pending">Wait for approval by your registration authority</li> |
15 | </ul> |
16 | |
17 | </body> |
18 | </html> |
Name | Value |
---|---|
svn:mime-type | text/plain |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |