Y
Hacker News
new
|
ask
|
show
|
jobs
by
turkishmonky
3282 days ago
Why not? There are even docker containers that will do everything for you, all you have to do is tag your application containers:
https://github.com/JrCs/docker-letsencrypt-nginx-proxy-compa...
1 comments
chasd00
3282 days ago
I use Dokku (sort of like an open source Heroku) and the LetsEncrypt plugin. I can deploy a webapp with a git push and have it run over https with no work on my part. Works great.
link