1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/cmd/certcgi/main.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,76 @@ 1.4 +<HTML> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 +<HEAD> 1.9 + <TITLE>Main Layer for CertOMatic</TITLE> 1.10 +</HEAD> 1.11 + 1.12 + <form method="post" name="primary_form" action="http://interzone.mcom.com/burp.cgi"> 1.13 + <table border=0 cellspacing=10 cellpadding=0> 1.14 + <tr> 1.15 + <td> 1.16 + Common Name:</td><td> <input type="text" name="name" onChange="{window.top.reset_subject('CN=', value, form)}"></p> 1.17 + </td> 1.18 + <td></td><td></td> 1.19 + <td> 1.20 + Organization: </td><td> <input type="text" name="org" onChange="{window.top.reset_subject('O=', value, form)}"></p></td> 1.21 + <tr> 1.22 + <td> 1.23 + <input type="radio" name="email_type" value="1" onClick="window.top.switch_mail(form)">MAIL= 1.24 + 1.25 + <input type="radio" name="email_type" value="2" checked onClick="window.top.switch_mail(form)">E= 1.26 + </td> 1.27 + <td> 1.28 + <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)}"> 1.29 + </td> 1.30 + <td></td><td></td><td> 1.31 + Organizational Unit: </td><td><input type="text" name="org_unit" onChange="{window.top.reset_subject('OU=', value, form)}"></p></td> 1.32 + <tr> 1.33 + <td> 1.34 + UID= </td><td><input type="text" name="uid" onChange="{window.top.reset_subject('UID=', value, form)}"></p></td> 1.35 + <td></td><td></td><td> 1.36 + Locality: </td><td><input type="text" name="loc" onChange="{window.top.reset_subject('L=', value, form)}"></p></td> 1.37 + <tr> 1.38 + <td> 1.39 + State or Province: </td><td><input type="text" name="state" onChange="{window.top.reset_subject('ST=', value, form)}"></p></td> 1.40 + <td></td><td></td><td> 1.41 + Country: </td><td><input type="text" size="2" name="country" onChange="{window.top.reset_subject('C=', value, form)}" maxlength="2"></p></td> 1.42 + <tr> 1.43 + <td COLSPAN=2> 1.44 + Serial Number: 1.45 + <DD><input type="radio" name="serial" value="auto" checked> Auto Generate 1.46 + <DD><input type="radio" name="serial" value="input"> 1.47 + Use this hex value: <input type="text" name="serial_value" size="8" maxlength="8"></p> 1.48 + </td> 1.49 + <td></td> <td></td> 1.50 + <td COLSPAN=2> 1.51 + X.509 version: 1.52 + <DD><input type="radio" name="ver" value="1" onClick="if (this.checked) {window.top.set_ver1();}"> Version 1 1.53 + <DD><input type="radio" name="ver" value="3" checked onClick="if (this.checked) {window.top.set_ver3();}"> Version 3</P></td> 1.54 + <tr> 1.55 + <td COLSPAN=2> 1.56 + Key Type: 1.57 + <DD><input type="radio" name="keyType" value="rsa" checked> RSA 1.58 + <DD><input type="radio" name="keyType" value="dsa"> DSA</p> 1.59 + Intermediate CA Key Sizes: 1.60 + <DD><select name="keysize"> 1.61 + <option>2048 (Very High Grade) 1.62 + <option>1024 (High Grade) 1.63 + <option>512 (Low Grade) 1.64 + </select> 1.65 + </td> 1.66 + <td></td> <td></td> 1.67 + <td COLSPAN=2> 1.68 + Validity: 1.69 + <DD><input type="radio" name="validity" value="auto" checked> 1.70 + Generate Automatically 1.71 + <DD><input type="radio" name="validity" value="man"> Use these values: 1.72 + <DD>Not Before: <input type="text" size="15" maxlength="17" name="notBefore"> 1.73 + <DD>Not After: <input type="text" size="15" maxlength="17" name="notAfter"> 1.74 + <DD> 1.75 + <FONT SIZE=-1><TT>YYMMDDhhmm[ss]{Z|+hhmm|-hhmm} </TT></FONT> 1.76 + </table> 1.77 + DN: <input type="text" name="subject" size="70" onChange="{window.top.reset_subjectFields(form)}"></P> 1.78 + </form> 1.79 +</HTML>