1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/cmd/certcgi/ca.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.5 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.7 + 1.8 +<form method="post" name="ca_form" action="mailto:jerdonek@netscape.com"> 1.9 +<input type="radio" name="caChoiceradio" value="SignWithDefaultkey" 1.10 + onClick="{parent.choice_change(this.form)}"> 1.11 + Use the Cert-O-matic certificate to issue the cert</p> 1.12 +<input type="radio" name="caChoiceradio" value="SignWithRandomChain" 1.13 + onClick="{parent.choice_change(this.form)}"> Use a 1.14 + <input type="text" size="2" maxsize="2" name="autoCAs"> CA long 1.15 + automatically generated chain ending with the Cert-O-Matic Cert 1.16 + (18 maximum)</p> 1.17 +<input type="radio" name="caChoiceradio" value="SignWithSpecifiedChain" 1.18 + onClick="{parent.choice_change(this.form)}"> Use a 1.19 + <input type="text" size="1" maxlength="1" name="manCAs" 1.20 + onChange="{parent.ca_num_change(this.value,this.form)}"> CA long 1.21 + user input chain ending in the Cert-O-Matic Cert.</p> 1.22 +</form>