User Tools

Site Tools


web_services:wildcardcert

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
  • This will ask you to make a TXT record for verification.
web_services/wildcardcert.txt · Last modified: 2019/02/26 13:15 by tschulz