can someone please share how they deploy/distribute Let's encrypt certificates with auto renewal on load balanced multiple EC2 servers for the same dns name. I had tried this a while but had to give up and just bought SSL certs which I then include in my EC2 image.
Let's Encrypt makes certs for 30% of web domains
101–110 of 147 posts
Re: Let's Encrypt makes certs for 30% of web domains
#102Re: Let's Encrypt makes certs for 30% of web domains
#103Earlier quoted context omitted.
Let's Encrypt goes down, certs can't be renewed, people can't access websites securely (or at all if HSTS was used).
Good practice says that you should be renewing your certs when they have about 10% of their lifetime left, just in case this exact thing happens with whoever your provider might be. It's unlikely they would be down for so long that certs would actually expire.
Having more options means less fallout if a CA gets compromised.
Re: Let's Encrypt makes certs for 30% of web domains
#104Author here. I'd figured they were big, but I had no idea that big until I did a www-wide TLS scan. Here for questions
You list the ciphersuite that got chosen for each connection, but I think this could use at least a caveat explaining that the way this works means you'd need to do a LOT more work to figure out what the servers might have agreed to do for some other client. What I mean here is that TLS up until TLS 1.2 goes like this: Client: "Hi, I know ciphersuites A, B, C, D, E, F and G" Server: "OK, let's do C" And so you can't…
Re: Let's Encrypt makes certs for 30% of web domains
#105Certbot is awesome! It really gives you no excuse not to provide https on your website.
Re: Let's Encrypt makes certs for 30% of web domains
#106Re: Let's Encrypt makes certs for 30% of web domains
#107I still don’t know if that vs version with more paying customers is a good thing in long run. Good for now, though.
Re: Let's Encrypt makes certs for 30% of web domains
#108The GCP self-serving platform for certs is very welcome, but still kinda janky. You end up waiting hours for their batch jobs to run at unknown cycles. Let's encrypt is awesome because it's instantaneous! You'd think Google would understand that aspect. Edit: GCP people: Please give us a an explicit "retry" button to press when we've set up the DNS records. (I'm talking about the Google Cloud Balancing Service here.…
For GKE, in beta, you can tell the ingress to get a TLS certificate automatically. Google will manage the whole process. The weird thing is, it uses letsencrypt. Since Google has their own Root CA, that seemed like an interesting choice. [0] https://cloud.google.com/kubernetes-engine/docs/how-to/manag...
Or maybe they just want to keep google CA, limited to Google properties. The same way you put things in googleusercontent.com and not google.com.
Re: Let's Encrypt makes certs for 30% of web domains
#109Good. Now who's going to do the same for domain names? And why hasn't this happened yet?
From https://www.godaddy.com/help/when-can-i-register-an-expired-...:
"If the domain name is not renewed, redeemed, or purchased through an auction, it is returned to its registry. The registry determines when the domain name is released again for registration."
Re: Let's Encrypt makes certs for 30% of web domains
#110Earlier quoted context omitted.
Yeah the software is open source, any other CA has the ability to pick it up ajd implement a similar service.
Just so people don't get an oversimplified view of what it takes to start a CA from this comment, you will have much bigger challenges than access to application software. Your first issue will be securing millions of dollars per year for the staff that it takes to run the CA responsibly. Your next issue will be getting trusted by browsers. Also, the open source Let's Encrypt CA software is tailored for how we do thi…
Also, timeline. It took Let’s Encrypt a couple years to get in root programs and have good penetration, right? Would it be faster or slower now?
If someone was willing to undergo this ordeal and could secure funding so it wouldn’t split the philanthropic community and affect LE, would LE be willing to cross-sign (once they’re in good standing) to get them off the ground, the way IdenTrust did for the ISRG roots?
Asking for a friend ;)