287,288c287,292 < if (strcmp($subj_csr,$subj_cert)) < $input_errors[] = sprintf(gettext("The certificate subject '%s' does not match the signing request subject."),$subj_cert); --- > if ( !isset($_POST['ignoresubjectmismatch']) && !($_POST['ignoresubjectmismatch'] == "yes") ) { > if (strcmp($subj_csr,$subj_cert)) { > $input_errors[] = sprintf(gettext("The certificate subject '%s' does not match the signing request subject."),$subj_cert); > $subject_mismatch = true; > } > } 778a783,790 > > >
> "invalid certificate. Check this box to disable the request -> " . > "response subject verification. "); > ?>
>