Skip to content

Instantly share code, notes, and snippets.

@ayrilmaz
Last active August 8, 2021 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayrilmaz/12d5b73151b8b276825ecb1e77fafeea to your computer and use it in GitHub Desktop.
Save ayrilmaz/12d5b73151b8b276825ecb1e77fafeea to your computer and use it in GitHub Desktop.
Ubuntu Nginx free ssl
sudo apt install python-certbot-nginx -y
sudo certbot --nginx -d proje.com
sudo certbot renew --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment