Last active
June 20, 2020 17:34
-
-
Save RankoR/3610c73dc101549b580f89c1da1266e0 to your computer and use it in GitHub Desktop.
Letsencrypt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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