Skip to content

Instantly share code, notes, and snippets.

@egcode
Created June 15, 2019 06:47
Show Gist options
  • Save egcode/160b888530788795a059ddf533707902 to your computer and use it in GitHub Desktop.
Save egcode/160b888530788795a059ddf533707902 to your computer and use it in GitHub Desktop.
###### RENEW SERVER: ####################################
#stop nginx
sudo systemctl stop nginx
#renew
/opt/letsencrypt/certbot-auto renew
#start nginx
sudo systemctl start nginx
##########################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment