Created
May 23, 2017 23:39
-
-
Save duderamos/32f5806553e5653d651f258a510cb999 to your computer and use it in GitHub Desktop.
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.service | |
[Unit] | |
Description=Renew Letsencrypt certificates | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/letsencrypt renew -n --no-self-upgrade | |
# letsencrypt.timer | |
[Unit] | |
Description=Runs letsencrypt renewal every day | |
[Timer] | |
OnBootSec=10min | |
OnUnitActiveSec=1h | |
Unit=letsencrypt.service | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment