diff -ruN phpki-ng.old/phpki-ng-0.84/ca/request_cert.php phpki-ng/phpki-ng-0.84/ca/request_cert.php --- phpki-ng.old/phpki-ng-0.84/ca/request_cert.php 2021-04-01 11:01:19.810817793 +0200 +++ phpki-ng/phpki-ng-0.84/ca/request_cert.php 2021-04-01 11:00:54.864420895 +0200 @@ -209,8 +209,8 @@

-   -   +   +  
@@ -234,7 +234,7 @@ break; case 'final': - if ($submit == "Yes Create and Download" || $submit == "Yes. Just Create") { + 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); @@ -263,7 +263,7 @@ } } - if ($submit == "Yes Create and Download") { + if ($submit == "Yes. Create and Download") { switch ($cert_type) { case 'server': # upload(array("$config[private_dir]/$serial-key.pem","$config[new_certs_dir]/$serial.pem",$config['cacert_pem']), "$common_name ($email).pem",'application/pkix-cert');