Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from skyscrapers/cert_renew_cron
Browse files Browse the repository at this point in the history
Add cronjob to renew certificate per skyscrapers/platform#435
  • Loading branch information
simonrondelez authored Dec 8, 2020
2 parents 0001190 + e5ae61b commit 660d8fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions teleport-server/templates/cloud-init.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,6 @@ write_files:

& stop
path: /etc/rsyslog.d/teleport.conf
- owner: root:root
content: "0 6 * * 1 root /usr/bin/certbot renew >/dev/null 2>&1\n"
path: /etc/cron.d/certbot

0 comments on commit 660d8fb

Please sign in to comment.