]> git.proxmox.com Git - pmg-api.git/commit
api: acme: deprecate tos endpoint in favor of new meta endpoint
authorFolke Gleumes <f.gleumes@proxmox.com>
Tue, 14 Nov 2023 14:14:07 +0000 (15:14 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Dec 2023 12:14:29 +0000 (13:14 +0100)
commit9b1229886b5560b73a54b2e3ff2d2808b3d7ca72
tree2fcc21f1c9556ceb71a1f951ea6d4d44f6076c3a
parent5406f703a392bce1ec35a6fe45d50b0215725982
api: acme: deprecate tos endpoint in favor of new meta endpoint

The ToS endpoint ignored data that is needed to detect if EAB needs to
be used. Instead of adding a new endpoint that does the same request,
the tos endpoint is deprecated and replaced by the meta endpoint,
that returns all information returned by the directory.

Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
src/PMG/API2/ACME.pm