WIP: Replace the certbot systemd unit with a cron job with notifications #68

Closed
greg wants to merge 2 commits from bugfix/3-certbot_email_notifications into master

2 Commits

Author SHA1 Message Date
Greg Karékinian
6f98d07942 Add the quiet switch to the certbot command
It sends some messages to stderr otherwise

```
  -q, --quiet           Silence all output except errors. Useful for
                        automation via cron. Implies --non-interactive.
                        (default: False)
```
2019-06-19 11:10:13 +02:00
Greg Karékinian
d879eb88b1 Replace the certbot systemd unit with a cron job with notifications
Uses cronic (https://habilis.net/cronic/) to filter out the stdout and
send a sensible email to ops@kosmos.org when renewal fails

Closes #3
2019-06-18 18:26:14 +02:00