Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <HTML>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <HEAD>
6 <TITLE>Main Layer for CertOMatic</TITLE>
7 </HEAD>
9 <form method="post" name="primary_form" action="http://interzone.mcom.com/burp.cgi">
10 <table border=0 cellspacing=10 cellpadding=0>
11 <tr>
12 <td>
13 Common Name:</td><td> <input type="text" name="name" onChange="{window.top.reset_subject('CN=', value, form)}"></p>
14 </td>
15 <td></td><td></td>
16 <td>
17 Organization: </td><td> <input type="text" name="org" onChange="{window.top.reset_subject('O=', value, form)}"></p></td>
18 <tr>
19 <td>
20 <input type="radio" name="email_type" value="1" onClick="window.top.switch_mail(form)">MAIL=
22 <input type="radio" name="email_type" value="2" checked onClick="window.top.switch_mail(form)">E=
23 </td>
24 <td>
25 <input type="text" name="email" onChange="var temp;{if (email_type[0].checked) {temp = 'MAIL='} else {temp = 'E='}} ;{window.top.reset_subject(temp, value, form)}">
26 </td>
27 <td></td><td></td><td>
28 Organizational Unit: </td><td><input type="text" name="org_unit" onChange="{window.top.reset_subject('OU=', value, form)}"></p></td>
29 <tr>
30 <td>
31 UID= </td><td><input type="text" name="uid" onChange="{window.top.reset_subject('UID=', value, form)}"></p></td>
32 <td></td><td></td><td>
33 Locality: </td><td><input type="text" name="loc" onChange="{window.top.reset_subject('L=', value, form)}"></p></td>
34 <tr>
35 <td>
36 State or Province: </td><td><input type="text" name="state" onChange="{window.top.reset_subject('ST=', value, form)}"></p></td>
37 <td></td><td></td><td>
38 Country: </td><td><input type="text" size="2" name="country" onChange="{window.top.reset_subject('C=', value, form)}" maxlength="2"></p></td>
39 <tr>
40 <td COLSPAN=2>
41 Serial Number:
42 <DD><input type="radio" name="serial" value="auto" checked> Auto Generate
43 <DD><input type="radio" name="serial" value="input">
44 Use this hex value: <input type="text" name="serial_value" size="8" maxlength="8"></p>
45 </td>
46 <td></td> <td></td>
47 <td COLSPAN=2>
48 X.509 version:
49 <DD><input type="radio" name="ver" value="1" onClick="if (this.checked) {window.top.set_ver1();}"> Version 1
50 <DD><input type="radio" name="ver" value="3" checked onClick="if (this.checked) {window.top.set_ver3();}"> Version 3</P></td>
51 <tr>
52 <td COLSPAN=2>
53 Key Type:
54 <DD><input type="radio" name="keyType" value="rsa" checked> RSA
55 <DD><input type="radio" name="keyType" value="dsa"> DSA</p>
56 Intermediate CA Key Sizes:
57 <DD><select name="keysize">
58 <option>2048 (Very High Grade)
59 <option>1024 (High Grade)
60 <option>512 (Low Grade)
61 </select>
62 </td>
63 <td></td> <td></td>
64 <td COLSPAN=2>
65 Validity:
66 <DD><input type="radio" name="validity" value="auto" checked>
67 Generate Automatically
68 <DD><input type="radio" name="validity" value="man"> Use these values:
69 <DD>Not Before: <input type="text" size="15" maxlength="17" name="notBefore">
70 <DD>Not After: <input type="text" size="15" maxlength="17" name="notAfter">
71 <DD>
72 <FONT SIZE=-1><TT>YYMMDDhhmm[ss]{Z|+hhmm|-hhmm} </TT></FONT>
73 </table>
74 DN: <input type="text" name="subject" size="70" onChange="{window.top.reset_subjectFields(form)}"></P>
75 </form>
76 </HTML>