ansible-roles/certbot/files
Mathieu Trossevin 0ca31b91fe
fix(certbot): Fix hook for dovecot (too strict)
When we use a separate certificate for POP3 and IMAP there might be
blank characters (almost certainly spaces but might as well be more lax)
before `ssl_cert` which resulted in these lines not being detected and
the hook not being played, forcing manual intervention.

This commit fixes that problem by accepting blank characters before
ssl_certs. (`\b` might be even better...)
2023-11-30 10:11:05 +01:00
..
hooks fix(certbot): Fix hook for dovecot (too strict) 2023-11-30 10:11:05 +01:00
cron_jessie certbot: fix "no-self-upgrade" option 2020-09-08 10:02:15 +02:00
letsencrypt-auto certbot: silence letsencrypt deprecation warnings 2021-07-20 17:19:57 +02:00