Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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> |