diff options
Diffstat (limited to 'www/api/ccsr.php')
-rw-r--r-- | www/api/ccsr.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/api/ccsr.php b/www/api/ccsr.php index a0f36e2..aa33baa 100644 --- a/www/api/ccsr.php +++ b/www/api/ccsr.php @@ -62,12 +62,12 @@ require_once '../../includes/lib/check_weak_key.php'; $codesign = 1; $CSR = trim($_REQUEST['optionalCSR']); - + if (($weakKey = checkWeakKeyCSR($CSR)) !== "") { die("403, $weakKey"); } - + $incsr = tempnam("/tmp", "ccsrIn"); $checkedcsr = tempnam("/tmp", "ccsrOut"); $fp = fopen($incsr, "w"); |