Skip to content

Instantly share code, notes, and snippets.

@borantula
Created December 4, 2017 21:47
Show Gist options
  • Save borantula/f87f6a6c96318a5544e29ebd4f27b7ff to your computer and use it in GitHub Desktop.
Save borantula/f87f6a6c96318a5544e29ebd4f27b7ff to your computer and use it in GitHub Desktop.
Renewing letsencrypt without certbot
service nginx stop;sudo -H /opt/letsencrypt/letsencrypt-auto renew;service nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment