security/nss/cmd/certcgi/nscp_ext_form.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e0484cb816a7
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6
7 <body>
8 <table border=1 cellspacing=5 cellpadding=5>
9 <form method="post" name="primary_form" action="http://interzone.mcom.com/burp.cgi">
10 <tr>
11 <td>
12 <b>Netscape Certificate Type: </b></p>
13 Activate extension: <input type="checkbox" name="netscape-cert-type"></P>
14 Critical: <input type="checkbox" name="netscape-cert-type-crit">
15 <td>
16 <input type="checkbox" name="netscape-cert-type-ssl-client"> SSL Client</P>
17 <input type="checkbox" name="netscape-cert-type-ssl-server"> SSL Server</P>
18 <input type="checkbox" name="netscape-cert-type-smime"> S/MIME</P>
19 <input type="checkbox" name="netscape-cert-type-object-signing"> Object Signing</P>
20 <input type="checkbox" name="netscape-cert-type-reserved"> Reserved for future use (bit 4)</P>
21 <input type="checkbox" name="netscape-cert-type-ssl-ca"> SSL CA</P>
22 <input type="checkbox" name="netscape-cert-type-smime-ca"> S/MIME CA</P>
23 <input type="checkbox" name="netscape-cert-type-object-signing-ca"> Object Signing CA</P>
24 </tr>
25 <tr>
26 <td>
27 <b>Netscape Base URL:</b></p>
28 Activate extension: <input type="checkbox" name="netscape-base-url"></P>
29 Critical: <input type="checkbox" name="netscape-base-url-crit">
30 <td>
31 <input type="text" name="netscape-base-url-text" size="50">
32 </tr>
33 <tr>
34 <td>
35 <b>Netscape Revocation URL:</b></p>
36 Activate extension: <input type="checkbox" name="netscape-revocation-url"></P>
37 Critical: <input type="checkbox" name="netscape-revocation-url-crit">
38 <td>
39 <input type="text" name="netscape-revocation-url-text" size="50">
40 </tr>
41 <tr>
42 <td>
43 <b>Netscape CA Revocation URL:</b></p>
44 Activate extension: <input type="checkbox" name="netscape-ca-revocation-url"></P>
45 Critical: <input type="checkbox" name="netscape-ca-revocation-url-crit">
46 <td>
47 <input type="text" name="netscape-ca-revocation-url-text" size="50">
48 </tr>
49 <tr>
50 <td>
51 <b>Netscape Certificate Renewal URL:</b></p>
52 Activate extension: <input type="checkbox" name="netscape-cert-renewal-url"></P>
53 Critical: <input type="checkbox" name="netscape-cert-renewal-url-crit">
54 <td>
55 <input type="text" name="netscape-cert-renewal-url-text" size="50">
56 </tr>
57 <tr>
58 <td>
59 <b>Netscape CA Policy URL:</b></p>
60 Activate extension: <input type="checkbox" name="netscape-ca-policy-url"></P>
61 Critical: <input type="checkbox" name="netscape-ca-policy-url-crit">
62 <td>
63 <input type="text" name="netscape-ca-policy-url-text" size="50">
64 </tr>
65 <tr>
66 <td>
67 <b>Netscape SSL Server Name:</b></p>
68 Activate extension: <input type="checkbox" name="netscape-ssl-server-name"></P>
69 Critical: <input type="checkbox" name="netscape-ssl-server-name-crit">
70 <td>
71 <input type="text" name="netscape-ssl-server-name-text" size="50">
72 </tr>
73 <tr>
74 <td>
75 <b>Netscape Comment:</b></p>
76 Activate extension: <input type="checkbox" name="netscape-comment"></P>
77 Critical: <input type="checkbox" name="netscape-comment-crit">
78 <td>
79 <textarea name="netscape-comment-text" rows="5" cols="50"></textarea>
80 </tr>
81
82 </table>
83 </body>
84 </html>

mercurial