Switching Your Site to HTTPS on a Shoestring Budget
21–30 of 63 posts
Re: Switching Your Site to HTTPS on a Shoestring Budget
#22Re: Switching Your Site to HTTPS on a Shoestring Budget
#23Is this meant to be camouflaged advertising for Cloudflare? Why don't they mention Let's Encrypt? It is free and easy to setup.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#24The problem about the free Cloudflare SSL certificate is that you share it with a lot of other sites, most of then with "strange" purposes...
From a security standpoint, there is little to no risk. Worst case scenario one of the other sites is doing something that results in the cert being revoked... and I imagine CloudFlare has a way to just move you (and everyone else) onto another cert seamlessly.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#25This is where you lose control over your website:
https://blog.cloudflare.com/why-we-terminated-daily-stormer/
Re: Switching Your Site to HTTPS on a Shoestring Budget
#26The TL;DR is it goes over the entire process of setting up a new server, buying / configuring a domain name and securing your site with Let's Encrypt in an automated way.
Production ready configs are included to support nginx and Apache running on Ubuntu or CentOS. It will work with any web framework or static site.
Re: Switching Your Site to HTTPS on a Shoestring Budget
#27https://github.com/JrCs/docker-letsencrypt-nginx-proxy-compa...
Just add the environment variables for your container, and the docker compose file from [1] and you're proxying with Let Encrypt SSL support. I encountered a few gotchas so feel free to email if you get stuck.
It really does do some interesting magic but so far seems to work great!
[1] Docker compose file and nginx.tpml here: https://github.com/evertramos/docker-compose-letsencrypt-ngi...
Re: Switching Your Site to HTTPS on a Shoestring Budget
#28If anyone is interested in a Let's Encrypt solution but doesn't feel like spending a ton of time figuring it all out, I recently released a course[0] that covers this topic in great detail. The TL;DR is it goes over the entire process of setting up a new server, buying / configuring a domain name and securing your site with Let's Encrypt in an automated way. Production ready configs are included to support nginx and…
Of course, when I was setting it up, Googling gave me pretty clear instructions, so a course wasn't needed, but depending on the exact server setup people have, maybe some installs are harder than others...
Re: Switching Your Site to HTTPS on a Shoestring Budget
#29This is where Cloudflare comes in. This is where you lose control over your website: https://blog.cloudflare.com/why-we-terminated-daily-stormer/
Re: Switching Your Site to HTTPS on a Shoestring Budget
#30Is this meant to be camouflaged advertising for Cloudflare? Why don't they mention Let's Encrypt? It is free and easy to setup.
Probably because the author was hosting on Github Pages, and you don't get to set your own certs.