Make it possible to disable Let's Encrypt SSL provider on per service basis. #3581
nuxwin
started this conversation in
Feature Requests
Replies: 5 comments
-
I need that too! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning,
When adding a resource (i.e. Docker compose), and if the domain is provided with the
https//
scheme, Coolify automatically add traefik labels for both TLS and Let's Encrypt certresolver. It could be great to add a checkbox, on per service basis, to enable (default), or disable the Let's Encrypt certresolver.Why ?
For one of our service, the target server is behind a proxy (hosted on another server) which handle SSL termination (with a valid SSL certificate).
On the target server, only port 443 is exposed to the WAN. The target server make use of a self-signed SSL cert which is a default SSL certificate.
Basically put :
WAN -> Server (proxy with valid SSL certificate) -> target server (port 443) (traefik with self-signed SSL cert) -> backend (container port 5000, not exposed to the host)
We added our self-signed SSL certificate with dynamic conffile. This seem to work but we want disable Let's Encrypt explicitely.
Beta Was this translation helpful? Give feedback.
All reactions