cogini / elixir-deploy-template

An example project for deploying Elixir
MIT License
83 stars 14 forks source link

Add support for using custom TLS certificates e.g. letsencrypt #11

Open x-ji opened 5 years ago

x-ji commented 5 years ago

For any real production deployment, TLS should be indispensable?

x-ji commented 5 years ago

Or do you tend to put the TLS at the CDN level instead of directly on the Phoenix app etc.

reachfh commented 5 years ago

Yes, I think certs are a requirement for most websites. I plan to add letsencrypt support in the next iteration. I tend to use AWS support in the Application Load Balancer for larger applications. That's another thing I have in the pipeline....