|
@ -137,6 +137,9 @@ class NginxVhostFactory |
|
|
->addLineBreak('-'); |
|
|
->addLineBreak('-'); |
|
|
|
|
|
|
|
|
if ($vhost['ssl'] === true) { |
|
|
if ($vhost['ssl'] === true) { |
|
|
|
|
|
|
|
|
|
|
|
var_dump($vhost); die(); |
|
|
|
|
|
|
|
|
if ($vhost['ssl_certificate_exists']) { |
|
|
if ($vhost['ssl_certificate_exists']) { |
|
|
$builder->addStaticItem('expired_at: '.$vhost['ssl_certificate_expired_at']); |
|
|
$builder->addStaticItem('expired_at: '.$vhost['ssl_certificate_expired_at']); |
|
|
} else { |
|
|
} else { |
|
|