Created
September 12, 2018 01:06
-
-
Save radekz2/122c178962c77d3a85d40ed4a19fccee to your computer and use it in GitHub Desktop.
Elastic Beanstalk cron configuration for Let's Encrypt certbot renew
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
files: | |
"/etc/cron.d/certbot": | |
mode: "000644" | |
owner: root | |
group: root | |
content: | | |
56 1 * * * root /opt/certbot/certbot-auto renew | |
commands: | |
remove_old_cron: | |
command: "rm -f /etc/cron.d/*.bak" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment