Browse Source

adding #45

master
Björn 4 years ago
parent
commit
e1f1ec3d8c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/Factories/NginxVhostFactory.php

+ 3
- 0
app/Factories/NginxVhostFactory.php View File

@ -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 {


Loading…
Cancel
Save