Skip to content

Instantly share code, notes, and snippets.

@BastelPichi
Created June 23, 2024 09:43
Show Gist options
  • Save BastelPichi/c7a05f41f7d093d3c2b8b35eceec3c1f to your computer and use it in GitHub Desktop.
Save BastelPichi/c7a05f41f7d093d3c2b8b35eceec3c1f to your computer and use it in GitHub Desktop.
Certbot with PIP
sudo apt update
sudo apt install pipx
pipx ensurepath
pipx install certbot
pipx inject certbot certbot-nginx
pipx inject certbot certbot-apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment