User Tools

Site Tools


web_services:wildcardcert

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

web_services:wildcardcert [2019/02/26 13:15] (current)
tschulz created
Line 1: Line 1:
 +====== LetsEnycrpt Wildcard Certificate ======
 +===== Install Certbot Client =====
 +==== FreeBSD ====
 +<​file>​
 +pkg install py36-certbot
 +</​file>​
 +or
 +<​file>​
 +pkg install py27-certbot
 +</​file>​
 +==== Ubuntu ====
 +<​file>​
 +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
 +</​file>​
  
 +
 +===== Request Certificate =====
 +<​file>​
 +certbot --manual certonly -d *.domain.com
 +</​file>​
 +  * This will ask you to make a TXT record for verification.
web_services/wildcardcert.txt · Last modified: 2019/02/26 13:15 by tschulz