AdnanHodzic / containerized-wordpress-project

Automagically deploy & run WordPress with Let's Encrypt HTTPS encryption using Ansible & Docker
https://foolcontrol.org/?p=2002
GNU General Public License v3.0
43 stars 22 forks source link

Support for SSL and HTTP2 #3

Closed prandelicious closed 6 years ago

prandelicious commented 6 years ago

Any plans of supporting SSL (LetsEncrypt) and HTTP2?

AdnanHodzic commented 6 years ago

Absolutely, this was next thing I wanted to do as part of this project, and it has been on my roadmap for some time now.

Didn't have time to get it finished. I'll leave this issue open, so I can update and close it once this has been done, which I'm hoping will be soon.

prandelicious commented 6 years ago

Just a thought -- I read somewhere that LetsEncrypt will be supporting wildcard domains in 2018. Maybe you can use that as well 👍

AdnanHodzic commented 6 years ago

It'll definitely be LetsEncrypt. Wildcard support will make it a perfect solution, so I might wait that to be released first

AdnanHodzic commented 6 years ago

@prandelicious happy to report that support for HTTPS encryption using Let's Encrypt has been implemented in latest changes.

Reference: https://foolcontrol.org/?p=2758