@@ -14,6 +14,7 @@ class GetSSLDaysController {
}
$certFile = "/etc/letsencrypt/live/$domain/fullchain.pem";
+ error_log("certfile: " . $certFile);
if (!file_exists($certFile)) {
http_response_code(404);
echo json_encode(['error' => 'SSL certificate not found']);