@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'hosting']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'hosting']) @endsection @section('content')
🔒 SSL Certificate Active
{{ $domain->host }} is now secure
Your SSL certificate for {{ $domain->host }} has been successfully provisioned. Your website is now accessible via HTTPS and visitors will see the secure padlock icon.
Certificate Details
Domain
{{ $domain->host }}
Status
Active
Expires
{{ $expiresAt ? $expiresAt->format('F j, Y') : 'Auto-renewing' }}
Secure URL
What this means:
Your SSL certificate will automatically renew before it expires. No action is required from you.
@endsection