security/nss/cmd/certcgi/ca.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 4
michael@0 5 <form method="post" name="ca_form" action="mailto:jerdonek@netscape.com">
michael@0 6 <input type="radio" name="caChoiceradio" value="SignWithDefaultkey"
michael@0 7 onClick="{parent.choice_change(this.form)}">
michael@0 8 Use the Cert-O-matic certificate to issue the cert</p>
michael@0 9 <input type="radio" name="caChoiceradio" value="SignWithRandomChain"
michael@0 10 onClick="{parent.choice_change(this.form)}"> Use a
michael@0 11 <input type="text" size="2" maxsize="2" name="autoCAs"> CA long
michael@0 12 automatically generated chain ending with the Cert-O-Matic Cert
michael@0 13 (18 maximum)</p>
michael@0 14 <input type="radio" name="caChoiceradio" value="SignWithSpecifiedChain"
michael@0 15 onClick="{parent.choice_change(this.form)}"> Use a
michael@0 16 <input type="text" size="1" maxlength="1" name="manCAs"
michael@0 17 onChange="{parent.ca_num_change(this.value,this.form)}"> CA long
michael@0 18 user input chain ending in the Cert-O-Matic Cert.</p>
michael@0 19 </form>

mercurial