Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours
Why it has been ok on last sunday and now, at traefik startup, Traefik tries to get a new certificat from let's encrypt despite the current certificat has been get last week so it is quite a fresh one , isn't it ?
So the refresh hit the max request number possible to get a new one ; it is a fail and the HTTPS is broken.
.... how to stop this refresh at startup ? or how to manage this event ?
There is a file in my fs : /acme.d/acme.json
it has been fil last week and like this time it is broken I have empty it : is it a bad idea ?
I think I have to wait on monday in 8 days to retry to start Traefik to not make any try to request a new certificat and postpone the possibility to make a resquest....
It is quite a pity to not get a step by step guide to manage this because the on line doc is not easy to follow when english is not your own language.
Tnx Cakiwi : your idea is probably the good one and I am going to learn more about this.