1 |
wvengen |
249 |
<html> |
2 |
|
|
<head> |
3 |
|
|
<title>Request a new certificate</title> |
4 |
|
|
<link rel="stylesheet" type="text/css" href="stylesheet-registration_form.css"> |
5 |
|
|
</head> |
6 |
|
|
<body> |
7 |
|
|
<h1>DutchGrid Certification Authorities Registration</h1> |
8 |
|
|
|
9 |
|
|
<table class="reserved"> |
10 |
|
|
<tr> |
11 |
|
|
<th>Reserved for CA operations use</th> |
12 |
|
|
<td class="fillin" style="text-align: right">........ - ......</td> |
13 |
|
|
</tr> |
14 |
|
|
<tr> |
15 |
|
|
<td colspan="2" class="fillin"><span c="${subject}">/O=dutchgrid/O=users/O=somewhere/CN=John Doe</span></td> |
16 |
|
|
</tr> |
17 |
|
|
<tr> |
18 |
|
|
<td colspan="2"> |
19 |
|
|
<span class="check">□ ID Document valid</span> |
20 |
|
|
<span class="check">□ PoP Challenge verified</span> |
21 |
|
|
<span class="check">□ RA Signature OK</span> |
22 |
|
|
</td> |
23 |
|
|
</tr> |
24 |
|
|
</table> |
25 |
|
|
|
26 |
|
|
<div class="userdata"> |
27 |
|
|
<table><tr> |
28 |
|
|
<td> |
29 |
|
|
<table class="userinfo"> |
30 |
|
|
<tr><td colspan="2">Surname <div class="fillin" c="${surname}">Doe</div></td></tr> |
31 |
|
|
<tr><td colspan="2">Given names <div class="fillin" c="${givennanme}">John</div></td></tr> |
32 |
|
|
<tr> |
33 |
|
|
<td>Place of Birth <div class="fillin" c="${birthplace}">Someplace</div></td> |
34 |
|
|
<td style="text-align:right">Date of birth <div class="fillin" c="${birthdate}">01 Jan 1900</div></td> |
35 |
|
|
</tr> |
36 |
|
|
<tr><td colspan="2">Nationality <div class="fillin" c="${nationality}">NL</div></td></tr> |
37 |
|
|
<tr><td colspan="2">Identity paper type and number(s) <div class="fillin" c="${identity}">Passport NL12345678</div></td></tr> |
38 |
|
|
<tr><td colspan="2">SOFI number <span class="optional">(optional)</span><div class="fillin" c="${sofi}"></div></td></tr> |
39 |
|
|
</table> |
40 |
|
|
</td> |
41 |
|
|
<td class="sendto"> |
42 |
|
|
Send this form by mail or fax to |
43 |
|
|
<pre c="${ra.address}"> |
44 |
|
|
DutchGrid MS CA |
45 |
|
|
NIKHEF c/o Someone |
46 |
|
|
P.O. Box 12345 |
47 |
|
|
NL 1009 DB Amsterdam |
48 |
|
|
The Netherlands |
49 |
|
|
|
50 |
|
|
fax: +31 20 592 5155 |
51 |
|
|
</pre> |
52 |
|
|
</td> |
53 |
|
|
</tr></table> |
54 |
|
|
|
55 |
|
|
The first twenty (20) characters of your proof-of-posession challenge: |
56 |
|
|
<div class="pop" c="${modulus.first20}">0123456789ABCDEF0123</div> |
57 |
|
|
|
58 |
|
|
</div> |
59 |
|
|
|
60 |
|
|
</body> |
61 |
|
|
</html> |