Knowledge Base

How to secure a semi-managed server with a Let's Encrypt SSL certificate

This article describes how to use Let's Encrypt to automatically generate and install an SSL certificate on a semi-managed server.

About Let's Encrypt

Let's Encrypt is part of an initiative to encrypt as much World Wide Web traffic as possible. It is designed to make the creation and installation of SSL certificates a simple process that can be done with just a few commands.

Let's Encrypt is no longer in public beta testing, and its certificates are suitable for use on production sites.

Generating and installing an SSL certificate

On a semi-managed server, you generate and install SSL certificates at the command line. There are numerous client applications that enable you to do this for Let's Encrypt. However, Let's Encrypt recommends the Certbot client.

Certbot is easy to use, and supports a wide range of web servers and operating systems. To get started with Certbot, use your web browser to go to https://certbot.eff.org. Select your web server and operating system, and then follow the customized instructions for your configuration.

 

More Information

For more information about Let's Encrypt, please visit https://letsencrypt.org.