Hi all! I'm trying to build a good webserver that can serve over HTTPS only:
Now the interesting part: I want to set up HTTPS (with letsencrypt). How can I do that? My current setup doesn't look like it could have SSL introduced easily. How do you manage your own setup with multiple sites and only one nginx? Perhaps my model is crap and I should rebuild it entirely. If you have pointers and other documentation to point me at, I'm all ears.
Cheers,
- My blog as static HTML (Jekyll, Hugo or whatever)
- Nagios
- Transmission
- Possibly some other web applications
- Only one IPv4 address
- A ton of IPv6 addresses (a /48, courtesy of Hurricane Electric)
Now the interesting part: I want to set up HTTPS (with letsencrypt). How can I do that? My current setup doesn't look like it could have SSL introduced easily. How do you manage your own setup with multiple sites and only one nginx? Perhaps my model is crap and I should rebuild it entirely. If you have pointers and other documentation to point me at, I'm all ears.
Cheers,