Changes since version 3.2-dev10 : Ilya Shipitsin (1): CI: enable weekly QuicTLS build William Lallemand (25): MEDIUM: ssl/ckch: add filename and linenum argument to crt-store parsing MINOR: acme: add the acme section in the configuration parser MINOR: acme: add configuration for the crt-store MINOR: acme: add private key configuration MINOR: acme/cli: add the 'acme renew' command MINOR: acme: the acme section is experimental MINOR: acme: get the ACME directory MINOR: acme: handle the nonce MINOR: acme: check if the account exist MINOR: acme: generate new account MINOR: acme: newOrder request retrieve authorizations URLs MINOR: acme: allow empty payload in acme_jws_payload() MINOR: acme: get the challenges object from the Auth URL MINOR: acme: send the request for challenge ready MINOR: acme: implement a check on the challenge status MINOR: acme: generate the CSR in a X509_REQ MINOR: acme: finalize by sending the CSR MINOR: acme: verify the order status once finalized MINOR: acme: implement retrieval of the certificate BUG/MINOR: acme: ckch_conf_acme_init() when no filename MINOR: ssl/ckch: handle ckch_conf in ckchs_dup() and ckch_conf_clean() MINOR: acme: copy the original ckch_store MEDIUM: acme: replace the previous ckch instance with new ones MINOR: acme: schedule retries with a timer BUILD: acme: enable the ACME feature when JWS is present Willy Tarreau (3): DOC: management: slightly clarify the prefix role of the '@' command DOC: management: add a paragraph about the limitations of the '@' prefix MINOR: master/cli: support bidirectional communications with workers