Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

No link to story available

"Let's Encrypt" Project Enters Public Beta

Accepted submission by takyon at 2015-12-03 19:37:29
Security

The Electronic Frontier Foundation and Mozilla-backed Let's Encrypt certificate authority has now entered Public Beta [eff.org]:

So if you run a server, and need certificates to deploy HTTPS, you can run the beta client [eff.org] and get one right now. If you have any questions, you can get answers on community.letsencrypt.org [letsencrypt.org].

We've still got a lot to do. This launch is a Public Beta to indicate that, as much as today's release makes setting up HTTPS easier, we still want to make a lot more improvements towards our ideal of fully automated server setup and renewal. Our roadmap includes may features including options for complete automation of certificate renewal, support for automatic configuration of more kinds of servers (such as Nginx, postfix, exim, or dovecot), and tools to help guide users through the configuration of important Web security features such as HSTS, upgrade-insecure-requests, and OCSP Stapling. And of course, if you have some Python coding knowledge, you can come and help us reach those objectives.

A fully encrypted Web is within reach. Let's Encrypt is going to help us get there.

The Register reports [theregister.co.uk]:

The certification-issuing service [letsencrypt.org] is run by the California-based Internet Security Research Group (ISRG [letsencrypt.org]), and is in public beta after running a trial among a select group of volunteers. The public beta went live at 1800 GMT (1000 PT) today.

Its certificates are trusted by all major browsers – Google Chrome, Mozilla Firefox and Microsoft's Internet Explorer worked in our office with fresh certs from the fledgling certificate authority.

Incredibly, it is almost too easy to use. You download an open-source client [github.com] to your web server, and then one command will request and install a certificate, and configure your system to use it. And that's it.

[...] Full documentation is here [github.com] and a quick start guide is here [github.com].


Original Submission