/usr/bin/certbot fehlt| Name / Pfad | Domains | Gültig bis | Status | |
|---|---|---|---|---|
|
{{ $cert['name'] }}
@if($cert['cert_path'])
{{ $cert['cert_path'] }}
@endif
|
@foreach($cert['domains'] as $d)
{{ $d }}
@endforeach
|
@if($cert['expiry_date'])
{{ $cert['expiry_date'] }}
@if($cert['days_left'] !== null)
{{ $cert['days_left'] }} Tage
@endif
@elseif($cert['days_left'] !== null)
{{ $cert['days_left'] }} Tage
@else
—
@endif
|
@if($cert['expired']) Abgelaufen @elseif($cert['days_left'] !== null && $cert['days_left'] < 14) Bald fällig @else Gültig @endif |
|
Erst alle Domains unter Einstellungen speichern.
@else @endif