Convenient SSL implementation
HTTPS for All
The Let's Encrypt project delivers a free, fast, and uncomplicated way to create SSL certificates.
HTTP, still the most commonly used web protocol, is very much like a postcard or unencrypted email when it comes to transmitting data: Anyone who has access to the data can read the information. Because data packets do not take the shortest route – independent of the protocol – but rather the fastest transmission path, you could find that data travels around the world before reaching the recipient. Your packets therefore have no way of avoiding many potential sniffers.
The Hypertext Transfer Protocol Secure, HTTPS, helps to mitigate this problem by implementing encrypted and authenticated communication between the web server and the browser. Although a sniffer can still see the data traffic between the two endpoints, it cannot see the content. The Let's Encrypt initiative has the aim of establishing HTTPS globally by making it easy for server operators to implement wherever possible. To make it so, the developers automate the procedures for creating, setting up, and updating SSL certificates with just a single command and within minutes.
The Problem
Whether because of stubbornness, a lack of technical knowledge, or financial reasons, HTTPS is still not seeing widespread use, even though the protocol was developed by Netscape and published as early as 1994 in the Netscape browser. Trusted server certificates are hard to come by free of charge, and the annual costs of these certificates often are not worth the price for private server operators.
Certificates available for free from companies like StartSSL [1] or organizations such as CAcert [2] pose technical obstacles to implementation on the server for many virtual server operators. As an alternative, many people resort to self-signed certificates (aka snake oil certs). These certificates may load the page with HTTPS, but most web browsers present a warning message to the user, stating that the page is not trustworthy and asking whether to create an exception (Figure 1). This confuses users who do not know the operator, and it simply annoys returning visitors. Security, then, is not strictly enforced and is definitely not good for the site's reputation.
Service providers or organizations with the status of a certification authority (CA) issue trustworthy certificates. The box "What Is a CA?" explains what certification authorities are all about. If a CA is trustworthy, the web browser accepts the root certificate, thus identifying the websites accessed in the browser as appropriately protected.
What is a CA?
A certification authority's task includes, among other things, authenticating public keys and issuing appropriately signed certificates for them. These digital certificates typically follow the X.509 standard today. When you visit a website encrypted with HTTPS, you can click on the lock icon in the browser address bar (to the left of the URL) to view the key data for the underlying certificate.
The Solution
The Let's Encrypt project [3] set out about a year ago to establish HTTPS globally to the extent possible. The initiative was launched as the first project of the newly founded Internet Security Research Group (ISRG) [4] and was put under the Linux Foundation umbrella in April 2015. The project's supporters include, among others, Mozilla, the Electronic Frontier Foundation (EFF), Cisco, Akamai, IdenTrust, and researchers from the University of Michigan; Josh Aas from Mozilla is the team lead. The project's first rule is transparency, including regular transparency reports, the first of which is available as a PDF [5].
To achieve its goals, Let's Encrypt seeks to offer X.509 certificates [6] for Transport Layer Security (TLS) [7] free of charge and in a very uncomplicated way. Administrators use the command line to initiate the implementation configuration on the server; updates are handled automatically. This is a giant leap forward in terms of handling; it allows administrators to implement a certificate to the web server without first having to study cryptography and web server configuration.
On Your Mark
Let's Encrypt now has official status as a CA. A closed beta test was completed September 12, and two intermediate certificates, Let's Encrypt Authority X1 and Let's Encrypt Authority X2, became available mid-October. Because they were signed by the CA IdenTrust [8], they are accepted by all web browsers. The closed beta phase was opened to the general public December 3, with no waiting list or need to register.
During the closed beta test, Let's Encrypt issued more than 11,000 certificates by the beginning of November. The feedback from this phase made it possible to go public. The software for issuing the certificate and legitimizing the domain owner as the person with the authority over the domain for which the certificate applies is available, with the exception of automatic certificate renewal. The software is based on an in-house development known as the Automated Certificate Management Environment (ACME) protocol [9]. The project intends to take up regular operations in the spring of 2016.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.