Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
4.32k stars 241 forks source link

Support cloudflare origin certificate #145

Open miguelvictor opened 3 weeks ago

miguelvictor commented 3 weeks ago

Hello! Thanks for the great work! Is it possible to add support for cloudflare origin certificates in addition to Letsencrypt? All of the web apps in our vps are behind cloudflare and it is mandatory that we use origin certificates instead of Letsencrypt.

Mr1Blaze commented 2 weeks ago

Can you describe more detailed ?

miguelvictor commented 2 weeks ago

Hello! In the sample image below, I deployed a nextjs app and the only certificate source that i could select is letsencrypt even though i added my origin certificate from cloudflare in /dashboard/settings/certificates. It would be nice if i could use that certificate so that the connection between cloudflare and the vps is secure.

image
Siumauricio commented 2 weeks ago

We just create the certificate in the traefik folder, so that traefik can recognize it, however it is not as easy as just selecting the certificate and it works, you have to do something else at the traefik configuration level, that is why it does not appear to select the certificate.

Vanja-S commented 1 week ago

Maybe we can simplify the process of “bring your own certificate”? So that there needs to be less fiddling with the traefik configuration layer.