A guide to configure custom SSL certificates with Traefik in Coolify
/data/coolify/proxy
is mounted into the Coolify Proxy (Traefik) container.
You can add your custom SSL certificates in the /data/coolify/proxy/certs
directory.
Generate or request an SSL certificate
Copy the key and cert files to the server
scp
or any other method to copy the files.It should be placed under /data/coolify/proxy
directory, for example:/data/coolify/proxy/certs
exists on the server.Configure Traefik
/data/coolify/proxy/dynamic
:/traefik
is the directory inside coolify-proxy
container where
/data/coolify/proxy
is mounted.