]> git.proxmox.com Git - proxmox-backup.git/commit
add acme client
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 3 May 2021 09:39:52 +0000 (11:39 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 May 2021 05:56:52 +0000 (07:56 +0200)
commitf2f526b61d9b34185e595c5ff8a1c455fc5eae1c
treea921991d00ee527939b2fd8ea52f732092a9d68e
parentcb67ecaddbbf73e4e8f8204a7c85598f3e42c797
add acme client

This is the highlevel part using proxmox-acme-rs to create
requests and our hyper code to issue them to the acme
server.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/acme/client.rs [new file with mode: 0644]
src/acme/mod.rs [new file with mode: 0644]
src/acme/plugin.rs [new file with mode: 0644]
src/lib.rs