Skip to content

Instantly share code, notes, and snippets.

@DenisCarriere
Created January 4, 2017 14:19
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 DenisCarriere/2d962b2f091af8cc8c2d61b00fc12175 to your computer and use it in GitHub Desktop.
Save DenisCarriere/2d962b2f091af8cc8c2d61b00fc12175 to your computer and use it in GitHub Desktop.
Autorenew LetsEncrypt Certbot
#!/bin/bash
service nginx stop
/root/certbot/certbot-auto renew
service nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment