Created
July 27, 2025 15:59
-
-
Save wwwqr-000/e3b64cb9f5001ef11b2b547ad14e0f9a to your computer and use it in GitHub Desktop.
certbot
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
| sudo apt-get update | |
| sudo apt-get install snapd | |
| sudo snap install core; sudo snap refresh core | |
| sudo snap install --classic certbot | |
| sudo ln -s /snap/bin/certbot /usr/bin/certbot | |
| sudo certbot certonly --standalone -d yourdomain.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment