Created
March 18, 2022 04:31
-
-
Save merc1er/3472ebd8ac5c6a65898cdc4f21574d2d to your computer and use it in GitHub Desktop.
Install certbot HTTPS on Ubuntu 20 with NGINX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ensure snap is up to date | |
| sudo snap install core; sudo snap refresh core | |
| # install certbot | |
| sudo snap install --classic certbot | |
| sudo ln -s /snap/bin/certbot /usr/bin/certbot | |
| # run certbot | |
| sudo certbot --nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment