See a Let's Encrypt cert in action: https://helloworld.letsencrypt.org/ Nice work team!
So, Let's Encrypt doesn't support Certificate Transparency?! If there's one place where CT should be adopted, it's probably here.
Let's Encrypt is Trusted
161–170 of 318 posts
Re: Let's Encrypt is Trusted
#162Congratulations LE team! Final Star Wars VII trailer and LE gets cross-signed. Best. Day. Ever.
(Also: Congratulations and well done, Team Let's Encrypt!)
Re: Let's Encrypt is Trusted
#163Is there some web interface to sign my certificate, similar to startssl? I don't really want to run new program in my server just to generate certificate.
Re: Let's Encrypt is Trusted
#164> and we’re excited to be one big step closer to bringing secure connections to every corner of the Web. What steps are left now? :-)
Re: Let's Encrypt is Trusted
#165Earlier quoted context omitted.
Look at the tech overview: https://letsencrypt.org/howitworks/technology/ You can only obtain a certificate for a domain if you can validate that you control the domain. Their steps for that (place arbitrary content at an arbitrary URL they request, or create an arbitrary DNS record they request) are such that, if you weren't the legitimate controller of the domain but could do those things, you wouldn't need a fake…
> You can only obtain a certificate for a domain if you can validate that you control the domain. Technically, you only have to make their systems think you control the domain. If their servers or 'establish proof of ownership' process are hacked, wouldn't this allow an attacker to do the same thing that happened in the DigiNotar hack? https://en.wikipedia.org/wiki/DigiNotar
Re: Let's Encrypt is Trusted
#166Downloading a tool, reading man page, works out of the box only with apache/nginx - ehhh, seems like a lot of work, considering some comments touting 'user friendliness' compared to StartSSL.
Re: Let's Encrypt is Trusted
#167Can anyone who knows more than me say - is this the beginning of the end of the SSL cert selling business? Is there still value to buying an expensive cert from another vendor?
> Is there still value to buying an expensive cert from another vendor? If you are running a commercial, high-traffic website, then yes, there is. For example, EV (extended validation) certificates is currently the only way to quickly build and maintain a "reputation" with 3rd party website ranking systems such as Microsoft's SmartScreen and, based on anecdotal evidence, with Symantec SafeWeb and Google SafeBrowsing…
Re: Let's Encrypt is Trusted
#168I'd like a manual mode, as years of sysadmin work have made me extremely skeptical of tools that try to automatically modify config files.
Re: Let's Encrypt is Trusted
#169Earlier quoted context omitted.
I don't think that's true anymore, see https://www.cloudflare.com/ssl ("Full SSL" and "Full SSL (strict)" options)
Unfortunately, this means you either have to use a self-signed cert which CloudFlare will not verify at all (meaning it can be MITMed) or use one signed by a trusted CA... which brings you back to square one.
Why would they do that? I never used this feature of CloudFlare, but it would be only logical to require you to upload the cert so they can verify against it in the future.
Re: Let's Encrypt is Trusted
#170Earlier quoted context omitted.
This was a performance decision. Cross-signing the root instead of the intermediate would mean that web servers would have to include both the root and the intermediate in the chain they serve, rather than just the intermediate. That would add a full packet to each handshake.
Why are there multiple intermediate certs? I don't know the details of the standard procedure.