SSL Certificates Renewed
SSL certificates have been renewed for the following resources:
@foreach($resources as $resource)
- {{ $resource->name }}
@endforeach
⚠️ Action Required: These resources need to be redeployed manually for the new SSL certificates to take effect. Please do this in the next few days to ensure your database connections remain accessible.
The old SSL certificates will remain valid for approximately 14 more days, as we renew certificates 14 days before their expiration.
@if(isset($urls) && count($urls) > 0)
You can redeploy these resources here:
@foreach($urls as $name => $url)
- {{ $name }}
@endforeach
@endif