Skip to content

Instantly share code, notes, and snippets.

@wwwqr-000
Created July 27, 2025 15:59
Show Gist options
  • Select an option

  • Save wwwqr-000/e3b64cb9f5001ef11b2b547ad14e0f9a to your computer and use it in GitHub Desktop.

Select an option

Save wwwqr-000/e3b64cb9f5001ef11b2b547ad14e0f9a to your computer and use it in GitHub Desktop.
certbot
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