Skip to content

Instantly share code, notes, and snippets.

@ashokgelal
Created May 31, 2020 01:02
Show Gist options
  • Save ashokgelal/1262ea0208a24070d0e0f56d7d23b2c0 to your computer and use it in GitHub Desktop.
Save ashokgelal/1262ea0208a24070d0e0f56d7d23b2c0 to your computer and use it in GitHub Desktop.
Renew SSL

acme.sh --install-cert -d example.com --key-file /etc/nginx/ssl/example.com/privkey.pem --fullchain-file /etc/nginx/ssl/example.com/fullchain.pem --reloadcmd 'service nginx force-reload' --accountemail you@example.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment