~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/security/nss/cmd/certcgi/main.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<!-- 
 
3
   - The contents of this file are subject to the Mozilla Public
 
4
   - License Version 1.1 (the "License"); you may not use this file
 
5
   - except in compliance with the License. You may obtain a copy of
 
6
   - the License at http://www.mozilla.org/MPL/
 
7
   - 
 
8
   - Software distributed under the License is distributed on an "AS
 
9
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
10
   - implied. See the License for the specific language governing
 
11
   - rights and limitations under the License.
 
12
   - 
 
13
   - The Original Code is the Netscape security libraries.
 
14
   - 
 
15
   - The Initial Developer of the Original Code is Netscape
 
16
   - Communications Corporation.  Portions created by Netscape are 
 
17
   - Copyright (C) 1994-2000 Netscape Communications Corporation.  All
 
18
   - Rights Reserved.
 
19
   - 
 
20
   - Contributor(s):
 
21
   - 
 
22
   - Alternatively, the contents of this file may be used under the
 
23
   - terms of the GNU General Public License Version 2 or later (the
 
24
   - "GPL"), in which case the provisions of the GPL are applicable 
 
25
   - instead of those above.  If you wish to allow use of your 
 
26
   - version of this file only under the terms of the GPL and not to
 
27
   - allow others to use your version of this file under the MPL,
 
28
   - indicate your decision by deleting the provisions above and
 
29
   - replace them with the notice and other provisions required by
 
30
   - the GPL.  If you do not delete the provisions above, a recipient
 
31
   - may use your version of this file under either the MPL or the
 
32
   - GPL.
 
33
  -->
 
34
<HEAD>
 
35
    <TITLE>Main Layer for CertOMatic</TITLE>
 
36
</HEAD>
 
37
 
 
38
    <form method="post" name="primary_form" action="http://interzone.mcom.com/burp.cgi">
 
39
    <table border=0 cellspacing=10 cellpadding=0>
 
40
    <tr>
 
41
    <td>
 
42
    Common Name:</td><td> <input type="text" name="name" onChange="{window.top.reset_subject('CN=', value, form)}"></p>
 
43
    </td>
 
44
    <td></td><td></td>
 
45
    <td>
 
46
    Organization: </td><td>  <input type="text" name="org" onChange="{window.top.reset_subject('O=', value, form)}"></p></td>
 
47
    <tr>
 
48
    <td>
 
49
    <input type="radio" name="email_type" value="1" onClick="window.top.switch_mail(form)">MAIL=
 
50
 
 
51
    <input type="radio" name="email_type" value="2" checked onClick="window.top.switch_mail(form)">E=
 
52
    </td>
 
53
    <td>
 
54
    <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)}">
 
55
    </td>
 
56
    <td></td><td></td><td>
 
57
    Organizational Unit: </td><td><input type="text" name="org_unit" onChange="{window.top.reset_subject('OU=', value, form)}"></p></td>
 
58
    <tr>
 
59
    <td>
 
60
    UID= </td><td><input type="text" name="uid" onChange="{window.top.reset_subject('UID=', value, form)}"></p></td>
 
61
    <td></td><td></td><td>
 
62
    Locality: </td><td><input type="text" name="loc" onChange="{window.top.reset_subject('L=', value, form)}"></p></td>
 
63
    <tr>
 
64
    <td>
 
65
    State or Province: </td><td><input type="text" name="state" onChange="{window.top.reset_subject('ST=', value, form)}"></p></td>
 
66
    <td></td><td></td><td>
 
67
    Country: </td><td><input type="text" size="2" name="country" onChange="{window.top.reset_subject('C=', value, form)}" maxlength="2"></p></td>
 
68
    <tr>
 
69
    <td COLSPAN=2>
 
70
    Serial Number:
 
71
    <DD><input type="radio" name="serial" value="auto" checked> Auto Generate
 
72
    <DD><input type="radio" name="serial" value="input">
 
73
    Use this hex value:&nbsp; <input type="text" name="serial_value" size="8" maxlength="8"></p>
 
74
    </td>
 
75
    <td></td> <td></td>
 
76
    <td COLSPAN=2>
 
77
    X.509 version:
 
78
    <DD><input type="radio" name="ver" value="1" onClick="if (this.checked) {window.top.set_ver1();}"> Version 1
 
79
    <DD><input type="radio" name="ver" value="3" checked onClick="if (this.checked) {window.top.set_ver3();}"> Version 3</P></td>
 
80
    <tr>
 
81
    <td COLSPAN=2>
 
82
    Key Type:
 
83
    <DD><input type="radio" name="keyType" value="rsa" checked> RSA
 
84
    <DD><input type="radio" name="keyType" value="dsa"> DSA</p>
 
85
    Intermediate CA Key Sizes:
 
86
    <DD><select name="keysize">
 
87
        <option>2048 (Very High Grade)
 
88
        <option>1024 (High Grade)
 
89
        <option>512  (Low Grade)
 
90
        </select>
 
91
    </td>
 
92
    <td></td> <td></td>
 
93
    <td COLSPAN=2>
 
94
    Validity:
 
95
    <DD><input type="radio" name="validity" value="auto" checked> 
 
96
       Generate Automatically
 
97
    <DD><input type="radio" name="validity" value="man"> Use these values:
 
98
    <DD>Not Before:&nbsp; <input type="text" size="15" maxlength="17" name="notBefore">
 
99
    <DD>Not After:&nbsp;&nbsp;&nbsp; <input type="text" size="15" maxlength="17" name="notAfter">
 
100
    <DD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
 
101
    <FONT SIZE=-1><TT>YYMMDDhhmm[ss]{Z|+hhmm|-hhmm} </TT></FONT>
 
102
    </table>
 
103
    DN: <input type="text" name="subject" size="70" onChange="{window.top.reset_subjectFields(form)}"></P>            
 
104
    </form>
 
105
</HTML>