Skip to content

Instantly share code, notes, and snippets.

@ivorpad
Last active June 5, 2019 13:18
Show Gist options
  • Save ivorpad/f9ef129b6f56e7d5f9e77df990ccc4ac to your computer and use it in GitHub Desktop.
Save ivorpad/f9ef129b6f56e7d5f9e77df990ccc4ac to your computer and use it in GitHub Desktop.
Renew Certificate with Certbot
  1. sudo service nginx-sp stop
  2. Uncomment ssl lines from /etc/nginx-sp/vhosts.d/<domain>-ssl.conf
  3. cd opt/letsencrypt
  4. sudo -H ./letsencrypt-auto certonly --standalone -d <domain>.com
  5. sudo service nginx-sp start
cd /etc/nginx-sp/vhosts.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment