Table of Contents

LetsEnycrpt Wildcard Certificate

Install Certbot Client

FreeBSD

pkg install py36-certbot

or

pkg install py27-certbot

Ubuntu

sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install certbot

Request Certificate

certbot --manual certonly -d *.domain.com