TYLOR.TECH

Search
Close this search box.

Setting Up Certbot

Info

spent some time getting certbot setup for my web host project (bork.host)[bork.host] so i can generate SSL certs for my test domains and projects

Steps

Install

$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-nginx

Run

$ sudo certbot --nginx
Share this Post:
Scroll to Top