{{ data_get_str($server, 'name')->limit(10) }} > Advanced | Coolify

Advanced

Save
Advanced configuration for your server.

Disk Usage

Builds

Customize the build process.

CA SSL Certificate

Recommended Configuration:

  • Mount this CA certificate of Coolify into all containers that need to connect to one of your databases over SSL. You can see and copy the bind mount below.
  • Read more when and why this is needed here.
CA Certificate @if($certificateValidUntil) (Valid until: @if(now()->gt($certificateValidUntil)) {{ $certificateValidUntil->format('d.m.Y H:i:s') }} - Expired) @elseif(now()->addDays(30)->gt($certificateValidUntil)) {{ $certificateValidUntil->format('d.m.Y H:i:s') }} - Expiring soon) @else {{ $certificateValidUntil->format('d.m.Y H:i:s') }}) @endif @endif
{{ $showCertificate ? 'Hide' : 'Show' }}
@if($showCertificate) @else
━━━━━━━━ CERTIFICATE CONTENT ━━━━━━━━
Click "Show" to view or edit
@endif