How to Install Let’s Encrypt on Ubuntu 16.04

Installing Let’s Encrypt on Ubuntu is pretty simple:

$ apt-get install letsencrypt

To verify the installation run:

$ letsencrypt --help

More background information can be obtained from How To Secure Nginx with Let's Encrypt on Ubuntu 16.04.