Let's Encrypt on Ubuntu 16.04 LTS

Let's Encrypt CA issued automatically signed certificates so you can always easily have SSL certificates. Here is how to use it on Ubuntu 16.04 LTS with an existing webserver.

Let's Encrypt on Ubuntu 16.04 LTS

Let's Encrypt is a certificate authority that launched on April 12, 2016. It provides free X.509 certificates for Transport Layer Security encryption. See my first article on Let's Encrypt here for more details: http://lesichkov.co.uk/article/20160528182844312058/lets-encrypt-first-impressions

Here is how to use on Ubuntu 16.04 LTS with an existing webserver (Apache, Nginx, etc).


apt-get update
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt/
./letsencrypt-auto

Follow the instructions on the screen to select which domain will be secured with a certificate.

Previous
PHP Front Controller Using Functions
Next
Install and Setup Modoboa on Debian 8.2 Jessie

Keep Reading

Explore more articles and insights

A Big, Opinionated List of PHP Libraries (2026 Edition)

A Big, Opinionated List of PHP Libraries (2026 Edition)

Read Article
Ork: SSH Server Automation in Go

Ork: SSH Server Automation in Go

Read Article
Deno Deploy Killed My Start Page

Deno Deploy Killed My Start Page

Read Article
View All Blog Posts