2018-12-23 10:00:12 +01:00
|
|
|
MAILTO="{{ matrix_ssl_lets_encrypt_support_email }}"
|
2017-07-31 22:07:30 +02:00
|
|
|
|
2018-08-29 08:37:44 +02:00
|
|
|
# The goal of this cronjob is to ask certbot to check
|
2017-07-31 22:07:30 +02:00
|
|
|
# the current SSL certificates and to see if some need renewal.
|
2017-08-06 18:10:50 +02:00
|
|
|
# If so, it would attempt to renew.
|
2017-07-31 22:07:30 +02:00
|
|
|
#
|
|
|
|
# Various services depend on these certificates and would need to be restarted.
|
|
|
|
# This is not our concern here. We simply make sure the certificates are up to date.
|
|
|
|
# Restarting of services happens on its own different schedule (other cronjobs).
|
|
|
|
|
2018-12-23 10:00:12 +01:00
|
|
|
{{ matrix_ssl_lets_encrypt_renew_cron_time_definition }} root /bin/bash /usr/local/bin/matrix-ssl-certificates-renew
|