Skip input validation when choosing an existing certificate, it should fix #3505

This commit is contained in:
Renato Botelho 2014-03-07 10:10:20 -03:00
parent ae0a369e1b
commit 331c50a6fb

View File

@ -240,7 +240,7 @@ if ($_POST) {
$altnames = array();
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
if ($pconfig['method'] != "import") {
if ($pconfig['method'] != "import" && $pconfig['method'] != "existing") {
/* subjectAltNames */
foreach ($_POST as $key => $value) {
$entry = '';