TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Let's Encrypt is 10 years old now

543 pointsby gslin6 months ago

22 comments

mrtksn6 months ago
Hands down one of the greatest services out there, stopped a racket and made the internet secure.<p>I remember a time when having an HTTPS connection was for &quot;serious&quot; projects only because the cost of the certificate was much higher than the domain. You go commando and if it sticks then you purchase a certificate for a 100 bucks or something.
评论 #42191676 未加载
评论 #42193198 未加载
评论 #42192827 未加载
评论 #42192905 未加载
评论 #42192385 未加载
jaas6 months ago
We consider our ten year anniversary to be in 2025 but I appreciate the kind words here!<p>Today is roughly the ten year anniversary of when we publicly announced our intention to launch Let&#x27;s Encrypt, but next year is the ten year anniversary of when Let&#x27;s Encrypt actually issued its first certificate:<p><a href="https:&#x2F;&#x2F;letsencrypt.org&#x2F;2015&#x2F;09&#x2F;14&#x2F;our-first-cert&#x2F;" rel="nofollow">https:&#x2F;&#x2F;letsencrypt.org&#x2F;2015&#x2F;09&#x2F;14&#x2F;our-first-cert&#x2F;</a><p>In December of 2015 (~9 years ago today) is was made available to everyone, no invitation needed:<p><a href="https:&#x2F;&#x2F;letsencrypt.org&#x2F;2015&#x2F;12&#x2F;03&#x2F;entering-public-beta&#x2F;" rel="nofollow">https:&#x2F;&#x2F;letsencrypt.org&#x2F;2015&#x2F;12&#x2F;03&#x2F;entering-public-beta&#x2F;</a>
评论 #42194526 未加载
pests6 months ago
It feels like just yesterday I was paying for certs, or worst, just running without.<p>Can&#x27;t believe its been ten years.
评论 #42191666 未加载
account426 months ago
I&#x27;m kinda mixed on LE.<p>It&#x27;s nice that you can now get free TLS certs without having to resort to shady outfits like StartSSL. This allows any website to easily move to HTTPS, which has basically elimated sensitive data (including logins) from being sent over unencrypted connections.<p>On the otherhand, this reinforces the inherently proken trust model of TLS certificates where any certificate authority (and a lot of them are controlled by outright hostile entities) has the ability to issue certificates for your domain without your involvement. Yes there are tons of kludges to try and mitigate this design flaw (CAA records, certificate transparency) but they don&#x27;t 100% solve the issue. If not for LE perhaps there would have been more motivation to implement support for a saner trust mechanism by now that limmits certificate issuance to those entities who actually have any authority to decide over domain ownership, like with DNSSEC+DANE.<p>I&#x27;m also concerned with the (intentional) lack of backwards compatibility with moving sites to TLS, which is not just a one time TLS on&#x2F;off issue but a continual deprecation of protocols and ciphers. This is warranted for things that need to be secure like banking or email but shouldn&#x27;t really be needed to view a recipe or other similar static and non-critical information. Concerns about network operators inserting ads or other shit are better solved with regulation.
评论 #42192085 未加载
selectnull6 months ago
What I&#x27;m most thankful is the ACME protocol.<p>Does anyone remember how we renewed certificates before LE? Yeah, private keys were being sent via email as zip attachments. That was a security charade. And as far as I know, it was a norm among CAs (I remember working with several).<p>Thank you Let&#x27;s Encrypt.
评论 #42191895 未加载
评论 #42191915 未加载
评论 #42194019 未加载
评论 #42192138 未加载
评论 #42192258 未加载
评论 #42191936 未加载
gloosx6 months ago
I really wish something like this comes up for the desktop certification world as well. Microsoft just went full insane mode with their current requirements, and their certificate plugs are making more money than ever without lifting a finger.<p>So funny that all of their security, vetting and endless verifications are standing on a single passport photo sent over an email to this day.
brchr6 months ago
Peter Eckersley (1978-2022) was posthumously inducted into the Internet Hall of Fame for his founding work on Let’s Encrypt. The Internet is a better place because of Peter (and his many collaborators and colleagues).
评论 #42192238 未加载
computergert6 months ago
Coincidentally I just got an email from a potential client, Dutch governmental institution, that they don’t want me to use Letsencrypt. They prefer paying for a certificate themselves. Not sure why, apparently they don’t trust it.
CarpaDorada6 months ago
A lot of people are not aware that HTTPS certificates do not necessarily guard you from certain types of attacks like DNS injection. You can see &lt;<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=exy5JwAU8qk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=exy5JwAU8qk</a>&gt; for one example where an attack campaign called DNSPionage obtained valid certificates for their attacks.<p>To explain the issue with HTTPS certificates simply, issuance is automated and rests on the security of DNS, which is achieved via DNSSEC and most do not implement.
评论 #42191931 未加载
lambdaone6 months ago
Let&#x27;s Encrypt is a massive achievement, and is now essential infrastructure.<p>Basing it on an open protocol, so it doesn&#x27;t become a single point of failure, was a clever idea that allows the idea to survive the demise of any single organization.<p>May there be many more such anniversaries.
INTPenis6 months ago
Config management took me many years to adopt, containers took me about 6 years to warm up to. But LE was something I jumped on immediately. I had worked in web hosting for 10 years already when it came out so I remember faxing your driver&#x27;s license in order to validate a TLS cert. It just felt like such a scam for so long that these CAs were over charging for something that is just a key signing.<p>But I guess automation and standards had to catch up in order for LE to securely setup their CA.
bigtex6 months ago
Let&#x27;s Encrypt helped reduce our OUTRAGEOUS Entrust bill(legacy vendor, I didn&#x27;t pick them, they had insane security protocols for a small company who just needed SSL certs). We had a 4 yr&#x2F;$14k contract for about 11 certs. Now our SSL is near 0, except for a cert for SSRS that is hard to automate with LE.
pplonski866 months ago
Let&#x27;s encrypt saved me :) I love to use it with certbot in docker-compose :) deploying really can be simple
KronisLV6 months ago
Here’s to 10 more years! With web servers like Caddy, software like certbot and even something like Apache2 getting mod_md, I’d say we’re in a pretty good spot!<p>That said, I’m wondering why there aren’t 10 or so popular alternatives to LE, since that seems to be the landscape for domain registrars, for example.
xnx6 months ago
Are there any areas today similar to the SSL of 10 years ago that a service like Let&#x27;s Encrypt could remedy? I see a lot of subscription apps that could pretty easily be replaced by free, non-subscription, ones, but I don&#x27;t know of anything that widespread.
stephenr6 months ago
I really wish they would finally branch out and offer S&#x2F;MIME certificates. Good email clients support them out of the box, it&#x27;s just a PITA to get them if you don&#x27;t want to order 100 at a time or something equally ridiculous for SME&#x2F;individuals.
评论 #42193484 未加载
kome6 months ago
thank you Edward Snowden
评论 #42192478 未加载
aurareturn6 months ago
People talk about paying for certificates but one major pain point solved by PaaS companies over the last 5 years is automatically adding certificates and renewing them for your app deployments. It saves a huge amount of headache.<p>In 2024, if your PaaS does not have automated encryption for deploys, I will never use it.
lakomen6 months ago
Time flies when you&#x27;re having fun. Congratulations
_0xdd6 months ago
Such an awesome service (and protocol!)
Havoc6 months ago
Reminder that they donation dependent
wannacboatmovie6 months ago
Nothing makes me trust a site with my payment info more than seeing a LE or domain-validated certificate with no ownership details in the DN.
评论 #42192128 未加载
评论 #42192826 未加载
评论 #42191704 未加载