Skip to content

Instantly share code, notes, and snippets.

@RankoR
Last active June 20, 2020 17:34
Show Gist options
  • Save RankoR/3610c73dc101549b580f89c1da1266e0 to your computer and use it in GitHub Desktop.
Save RankoR/3610c73dc101549b580f89c1da1266e0 to your computer and use it in GitHub Desktop.
Letsencrypt
# letsencrypt certonly -a webroot --webroot-path=/opt/web -d domain.com
# crontab -e
30 2 * * 1 letsencrypt renew
35 2 * * 1 service nginx reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment