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