]> git.proxmox.com Git - pve-common.git/commit - src/PVE/ACME.pm
acme: add ACME library
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 19 Apr 2018 12:01:33 +0000 (14:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Apr 2018 13:18:02 +0000 (15:18 +0200)
commit11c08f1472a66d4ed01840d55e77f548a2cb5ab4
tree25f314acf1120609260662cbd9ff6e3a53360ba8
parent4e0952c9e8e1ae1201e760bc9a8d5ca131979a2d
acme: add ACME library

this implements those parts of draft-ietf-acme-acme-09 which are needed
to use Let's Encrypt's v2 API.

(based on an internal implement for the Let's Encrypt v1 API)
Co-Authored-By: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/ACME.pm [new file with mode: 0644]