mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-09 10:46:45 +00:00
![]() It doesn't hurt to attempt renewal more frequently, as it only does real work if it's actually necessary. Reloading, we postpone some more, because certbot adds some random delay (between 1 and 8 * 60 seconds) when renewing. We want to ensure we reload at least 8 minutes later, which wasn't the case. To make it even safer (in case future certbot versions use a longer delay), we reload a whole hour later. We're in no rush to start using the new certificates anyway, especially given that we attempt renewal often. Somewhat fixes #146 (Github Issue) |
||
---|---|---|
.. | ||
main.yml | ||
setup_ssl_lets_encrypt_obtain_for_domain.yml | ||
setup_ssl_lets_encrypt.yml | ||
setup_ssl_manually_managed_verify_for_domain.yml | ||
setup_ssl_manually_managed.yml | ||
setup_ssl_self_signed_obtain_for_domain.yml | ||
setup_ssl_self_signed.yml |