Skip to content

Commit

Permalink
Missed a python package name issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
carboxylman committed Nov 19, 2022
1 parent 68a4e2e commit 8a8e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

logtstart "letsencrypt"

maybe_install_packages python-certbot-nginx
maybe_install_packages ${PYTHONPKGPREFIX}-certbot-nginx
$SUDO certbot certonly -d $NFQDN --nginx --agree-tos -m "$SWAPPER_EMAIL" -n
$SUDO mkdir -p /etc/nginx/ssl
#$SUDO cp -p /etc/letsencrypt/live/$NFQDN/*.pem /etc/nginx/ssl/
Expand Down

0 comments on commit 8a8e045

Please sign in to comment.