2017-09-11 23:50:14 +03:00
|
|
|
MAILTO="{{ matrix_ssl_support_email }}"
|
2017-07-31 23:07:30 +03:00
|
|
|
|
2018-08-29 09:37:44 +03:00
|
|
|
# The goal of this cronjob is to ask certbot to check
|
2017-07-31 23:07:30 +03:00
|
|
|
# the current SSL certificates and to see if some need renewal.
|
2017-08-06 19:10:50 +03:00
|
|
|
# If so, it would attempt to renew.
|
2017-07-31 23:07:30 +03: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-08-29 09:37:44 +03:00
|
|
|
{{ matrix_ssl_renew_cron_time_definition }} root /bin/bash /usr/local/bin/matrix-ssl-certificates-renew
|