diff --git a/ca/request_cert.php b/ca/request_cert.php index 8b2cbee..632d540 100644 --- a/ca/request_cert.php +++ b/ca/request_cert.php @@ -188,7 +188,8 @@ case 'confirm':
@@ -212,13 +213,12 @@ case 'confirm': break; case 'final': - if ($submit == "Yes! Create and Download") { + if ($submit == "Yes Create and Download" || $submit == "Yes. Just Create") { if (! $serial = CAdb_in($email,$common_name)) { list($ret,$errtxt) = CA_create_cert($cert_type, $country, $province, $locality, $organization, $unit, $common_name, $email, $expiry, $passwd, $keysize, $dns_names, $ip_addr); if (! $ret) { printHeader(); - ?> +