]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
Fix challenge response POST body in ACMEv2 726/head
authorRogdham <contact@rogdham.net>
Mon, 30 Mar 2020 19:26:00 +0000 (21:26 +0200)
committerRogdham <contact@rogdham.net>
Mon, 30 Mar 2020 19:34:43 +0000 (21:34 +0200)
commitc8333f5a5699295568d0208db224cfcc1cae3b2e
tree26ce177557790e36c3457fc7b8c8f952a2f6a24f
parent307eaadddfd49aeafda6984f11e6731329372cd5
Fix challenge response POST body in ACMEv2

Per https://tools.ietf.org/html/rfc8555#section-7.5.1

> The client indicates to the server that it is ready for the challenge
> validation by sending an empty JSON body ("{}") carried in a POST
> request to the challenge URL (not the authorization URL).
dehydrated