SSL Certificates - {{ $account->username }} SSL Certificates
@if(session('success'))

{{ session('success') }}

@endif @if(session('error'))

{{ session('error') }}

@endif

Your Domains

Manage SSL certificates for your domains using Let's Encrypt.

@if($account->sites->count()) @foreach($account->sites as $site) @endforeach
Domain SSL Status Actions
@include('components.icons.domain-globe', ['class' => 'h-5 w-5 text-slate-400']) {{ $site->domain }}
@if($site->ssl_enabled) SSL Active @else No SSL @endif @if(!$site->ssl_enabled)
@csrf
@else Auto-renews @endif
@else
@include('components.icons.domain-globe', ['class' => 'mx-auto h-12 w-12 text-slate-300'])

No domains configured. Add a domain first to enable SSL.

Add Domain
@endif

About Let's Encrypt SSL

  • Free SSL certificates from Let's Encrypt
  • Certificates auto-renew every 90 days
  • Your domain must point to this server before issuing SSL