On Fri, Apr 25, 2025 at 11:06:10AM +0200, William Lallemand wrote: > On Fri, Apr 25, 2025 at 10:56:45AM +0200, Willy Tarreau wrote: > > - on the ACME front, the few previously envisioned syntax changes were > > merged ("account" -> "account-key", "uri" -> "directory"). The automated > > renewal scheduler now considers the advertised "Retry-After" in responses > > to avoid needlessly flooding the servers with requests. > > Just to be more precise, there are no "automated renewal scheduler", renewal > of > certificates is started with the "acme renew" command. There will be a > scheduler at some point though.
Sorry for the poor wording, I meant to say that it goes through the different steps by itself, but indeed, you have to start it! Thanks for clarifying that one. Willy