Let's Encrypt: How It Works
letsencrypt.org
Let's Encrypt: How It Works
1–10 of 123 posts
Re: Let's Encrypt: How It Works
#2Re: Let's Encrypt: How It Works
#3So if I have apache running http://example.com on port 80 and I follow the instructions ($ lets-encrypt example.com)
Will Apache now be correctly serving encrypted traffic on port 443 with a cert for https://example.com ?
Re: Let's Encrypt: How It Works
#4I am somewhat excited about letsencrypt, but isn't ownership verification via DNS not a bit, hmm, strange? After all, a proper certificate should defend against MITM attacks; so if an attacker would be able to take control over the target's DNS, he could easily create a certificate, which looks legit for all intended purposes. Or do I miss something in that regard?
This isn't really a MITM attack.
Re: Let's Encrypt: How It Works
#5I am somewhat excited about letsencrypt, but isn't ownership verification via DNS not a bit, hmm, strange? After all, a proper certificate should defend against MITM attacks; so if an attacker would be able to take control over the target's DNS, he could easily create a certificate, which looks legit for all intended purposes. Or do I miss something in that regard?
You could argue it's even slightly better, since with this solution, DNS is the only attack surface, whereas with email verification a vulnerable mail or web server would be enough. That is, if DNS is their only supported verification mechanism (which I don't think is true.)
Re: Let's Encrypt: How It Works
#6Sorry for the newbie question.... So if I have apache running http://example.com on port 80 and I follow the instructions ($ lets-encrypt example.com) Will Apache now be correctly serving encrypted traffic on port 443 with a cert for https://example.com ?
Re: Let's Encrypt: How It Works
#7Re: Let's Encrypt: How It Works
#8It seems like the one thing this doesn't/can't address is the IP shortage. Does help much if example.com is virtual hosted on the same IP address as 100 other sites?
Re: Let's Encrypt: How It Works
#9It seems like the one thing this doesn't/can't address is the IP shortage. Does help much if example.com is virtual hosted on the same IP address as 100 other sites?
Re: Let's Encrypt: How It Works
#10Is there any reason why a company would prefer a CA other than Let's Encrypt?