mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Skip input validation when choosing an existing certificate, it should fix #3505
This commit is contained in:
parent
ae0a369e1b
commit
331c50a6fb
@ -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 = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user