diff --git a/app/Factories/NginxVhostFactory.php b/app/Factories/NginxVhostFactory.php index 20b6905..2796444 100644 --- a/app/Factories/NginxVhostFactory.php +++ b/app/Factories/NginxVhostFactory.php @@ -137,6 +137,9 @@ class NginxVhostFactory ->addLineBreak('-'); if ($vhost['ssl'] === true) { + + var_dump($vhost); die(); + if ($vhost['ssl_certificate_exists']) { $builder->addStaticItem('expired_at: '.$vhost['ssl_certificate_expired_at']); } else {