Hacker News new | ask | show | jobs
by smithclay 3737 days ago
Recently went through a similar setup, but used Docker and some existing h2-friendly images. Think it's a nice way forward for deploying to production environments.

Wrote about the process here: https://clay.fail/posts/hip-http2-using-docker/

1 comments

I recently built docker-gen-letsencrypt[1]. It's the same concept as what you're using, but fully automated for getting certs.

[1]: https://github.com/mikew/docker-gen-letsencrypt

That's awesome, will be updating the site to use your image this weekend. Like the support for docker-compose and the staging servers, too.