|
|
@@ -12,7 +12,7 @@ class GetSSLDaysController {
|
|
|
}
|
|
|
|
|
|
exec("sudo certbot certificates --cert-name $domain | grep 'Expiry' | grep 'Expiry' | sed 's/ //g'", $phpOutput, $phpReturnCode);
|
|
|
- $sslData = implode("\n",$phpOutput);
|
|
|
+ $sslData = implode(" ",$phpOutput);
|
|
|
/*
|
|
|
$certFile = "/etc/letsencrypt/live/$domain/fullchain.pem";
|
|
|
if (!file_exists($certFile)) {
|