security/nss/cmd/certcgi/nscp_ext_form.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/cmd/certcgi/nscp_ext_form.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,84 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
     1.5 +<html> 
     1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.9 +
    1.10 +  <body>
    1.11 +    <table  border=1 cellspacing=5 cellpadding=5>
    1.12 +    <form method="post" name="primary_form" action="http://interzone.mcom.com/burp.cgi">
    1.13 +    <tr>
    1.14 +    <td>
    1.15 +    <b>Netscape Certificate Type: </b></p>
    1.16 +    Activate extension: <input type="checkbox" name="netscape-cert-type"></P>
    1.17 +    Critical: <input type="checkbox" name="netscape-cert-type-crit">
    1.18 +    <td>
    1.19 +    <input type="checkbox" name="netscape-cert-type-ssl-client"> SSL Client</P>
    1.20 +    <input type="checkbox" name="netscape-cert-type-ssl-server"> SSL Server</P>
    1.21 +    <input type="checkbox" name="netscape-cert-type-smime"> S/MIME</P>
    1.22 +    <input type="checkbox" name="netscape-cert-type-object-signing"> Object Signing</P>    
    1.23 +    <input type="checkbox" name="netscape-cert-type-reserved"> Reserved for future use (bit 4)</P>
    1.24 +    <input type="checkbox" name="netscape-cert-type-ssl-ca"> SSL CA</P>
    1.25 +    <input type="checkbox" name="netscape-cert-type-smime-ca"> S/MIME CA</P>
    1.26 +    <input type="checkbox" name="netscape-cert-type-object-signing-ca"> Object Signing CA</P>
    1.27 +    </tr>
    1.28 +    <tr>
    1.29 +    <td>
    1.30 +    <b>Netscape Base URL:</b></p>
    1.31 +    Activate extension: <input type="checkbox" name="netscape-base-url"></P>
    1.32 +    Critical: <input type="checkbox" name="netscape-base-url-crit">
    1.33 +    <td>
    1.34 +    <input type="text" name="netscape-base-url-text" size="50">
    1.35 +    </tr>
    1.36 +    <tr>
    1.37 +    <td>
    1.38 +    <b>Netscape Revocation URL:</b></p>
    1.39 +    Activate extension: <input type="checkbox" name="netscape-revocation-url"></P>
    1.40 +    Critical: <input type="checkbox" name="netscape-revocation-url-crit">
    1.41 +    <td>
    1.42 +    <input type="text" name="netscape-revocation-url-text" size="50">
    1.43 +    </tr>
    1.44 +    <tr>
    1.45 +    <td>    
    1.46 +    <b>Netscape CA Revocation URL:</b></p>
    1.47 +    Activate extension: <input type="checkbox" name="netscape-ca-revocation-url"></P>
    1.48 +    Critical: <input type="checkbox" name="netscape-ca-revocation-url-crit">
    1.49 +    <td>
    1.50 +    <input type="text" name="netscape-ca-revocation-url-text" size="50">
    1.51 +    </tr>
    1.52 +    <tr>
    1.53 +    <td>    
    1.54 +    <b>Netscape Certificate Renewal URL:</b></p>
    1.55 +    Activate extension: <input type="checkbox" name="netscape-cert-renewal-url"></P>
    1.56 +    Critical: <input type="checkbox" name="netscape-cert-renewal-url-crit">
    1.57 +    <td>
    1.58 +    <input type="text" name="netscape-cert-renewal-url-text" size="50">
    1.59 +    </tr>
    1.60 +    <tr>
    1.61 +    <td>
    1.62 +    <b>Netscape CA Policy URL:</b></p>
    1.63 +    Activate extension: <input type="checkbox" name="netscape-ca-policy-url"></P>
    1.64 +    Critical: <input type="checkbox" name="netscape-ca-policy-url-crit">
    1.65 +    <td>
    1.66 +    <input type="text" name="netscape-ca-policy-url-text" size="50">
    1.67 +    </tr>
    1.68 +    <tr>
    1.69 +    <td>
    1.70 +    <b>Netscape SSL Server Name:</b></p>
    1.71 +    Activate extension: <input type="checkbox" name="netscape-ssl-server-name"></P>
    1.72 +    Critical: <input type="checkbox" name="netscape-ssl-server-name-crit">
    1.73 +    <td>
    1.74 +    <input type="text" name="netscape-ssl-server-name-text" size="50">
    1.75 +    </tr>
    1.76 +    <tr>
    1.77 +    <td>
    1.78 +    <b>Netscape Comment:</b></p>
    1.79 +    Activate extension: <input type="checkbox" name="netscape-comment"></P>
    1.80 +    Critical: <input type="checkbox" name="netscape-comment-crit">
    1.81 +    <td>
    1.82 +    <textarea name="netscape-comment-text" rows="5" cols="50"></textarea>
    1.83 +    </tr>
    1.84 +        
    1.85 +    </table>
    1.86 +  </body>
    1.87 +</html>

mercurial