Skip to content

Commit

Permalink
feat: replace certbot apt package with snap
Browse files Browse the repository at this point in the history
  • Loading branch information
karpawich committed Apr 3, 2021
1 parent ac9fab6 commit 207433a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ export EDITOR=nano # Option 2
sudo apt update
sudo apt install -y ntp nginx software-properties-common
sudo systemctl enable ntp
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt update
sudo apt install -y certbot python3-certbot-nginx
sudo snap install certbot --classic

# Nginx server and SSL. Source: https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx
sudo curl -o /etc/nginx/sites-available/aggie.conf https://raw.githubusercontent.com/TID-Lab/aggie/develop/docs/content/aggie-nginx
Expand Down

0 comments on commit 207433a

Please sign in to comment.