]> git.proxmox.com Git - pmg-api.git/commit
api: add ACME and ACMEPlugin module
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Mar 2021 10:24:12 +0000 (11:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 16:14:57 +0000 (17:14 +0100)
commit5000937ef6cfab1b36c4056a7825bebadc66b9e3
treea06123d9f29a549e03f0e8dbf8fc990924cf6069
parent6a477857abcc3ef7306268d6d630a950f3fa3b84
api: add ACME and ACMEPlugin module

This adds the cluster-wide acme account and plugin
configuration:

   * /config/acme
   |`+ account/
   | '- {name}
   |`- tos
   |`- directories
   |`- challenge-schema
    `+ plugins/
     '- {name}

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/Makefile
src/PMG/API2/ACME.pm [new file with mode: 0644]
src/PMG/API2/ACMEPlugin.pm [new file with mode: 0644]
src/PMG/API2/Config.pm