]> git.proxmox.com Git - pve-common.git/commit
ACME: Change authorization call
authorWolfgang Link <w.link@proxmox.com>
Wed, 15 Jan 2020 12:07:44 +0000 (13:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Jan 2020 12:54:02 +0000 (13:54 +0100)
commitb9ca506c3731e622de33f50d94225588a8570018
tree07428ffac8c91697b26c2cb9e20abe0f73a10be1
parent629dc37548dc0f0b7b1655ffeb4e3291b47a195e
ACME: Change authorization call

As Let's Encrypt will no more allow GET calls[0], we have to change
to GET-as-POST[1] requests.

[0]: https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380/4
[1]: https://tools.ietf.org/html/rfc8555#section-6.3

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
[ Thomas: Add ACME tag and reference GET-as-POST[1] ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/ACME.pm