Hi @teneco,
That is your problem, you are reaching the limit of 5 certificates per 7 days for the same subset of domains.
Take a look to rate-limits page.
We also have a Duplicate Certificate limit of 5 certificates per week. A certificate is considered a duplicate of an earlier certificate if they contain the exact same set of hostnames, ignoring capitalization and ordering of hostnames. For instance, if you requested a certificate for the names [www.example.com, example.com], you could request four more certificates for [www.example.com, example.com] during the week. If you changed the set of names by adding [blog.example.com], you would be able to request additional certificates.
Seems you have a cron job (or similar) scheduled to run twice a day between 9:00-10:00 UTC and 21:00-22:00 UTC.
CRT ID DOMAIN (CN) VALID FROM VALID TO EXPIRES IN SANs
226861944 mail.cloud-vngl.de 2017-Oct-08 21:59 UTC 2018-Jan-06 21:59 UTC 89 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
226485135 mail.cloud-vngl.de 2017-Oct-08 09:25 UTC 2018-Jan-06 09:25 UTC 89 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
223028722 mail.cloud-vngl.de 2017-Oct-03 09:23 UTC 2018-Jan-01 09:23 UTC 84 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
222745518 mail.cloud-vngl.de 2017-Oct-02 21:41 UTC 2017-Dec-31 21:41 UTC 83 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
222288599 mail.cloud-vngl.de 2017-Oct-02 09:56 UTC 2017-Dec-31 09:56 UTC 83 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
221897043 mail.cloud-vngl.de 2017-Oct-01 21:26 UTC 2017-Dec-30 21:26 UTC 82 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
221544637 mail.cloud-vngl.de 2017-Oct-01 09:59 UTC 2017-Dec-30 09:59 UTC 82 days cloud-vngl.de
mail.cloud-vngl.de
smtp.cloud-vngl.de
www.cloud-vngl.de
[...]
The problem is that your scheduled task, a cronjob, a systemd timer or similar is trying to force a renew every time it runs and it shouldn't, do you have in your /etc/letsencrypt/cli.ini
file or /etc/letsencrypt/renewal/mail.cloud-vngl.de.conf
a directive like force-renewal
?. What is the command used in your cronjob, systemd timer or whatever you are using to renew your certs?.
Cheers,
sahsanu