Re: [pve-devel] [Patch V2 acme 09/12] Add function setup and teardown.

2020-04-01 Thread Fabian Grünbichler
On March 31, 2020 12:08 pm, Wolfgang Link wrote: > These are the two main functions that a plugin should offer. > Setup creates the endpoint at which Letsencrypt does the validation, teardown > does the cleanup. > > Signed-off-by: Wolfgang Link > --- > src/PVE/ACME.pm| 43 ++

[pve-devel] [Patch V2 acme 09/12] Add function setup and teardown.

2020-03-31 Thread Wolfgang Link
These are the two main functions that a plugin should offer. Setup creates the endpoint at which Letsencrypt does the validation, teardown does the cleanup. Signed-off-by: Wolfgang Link --- src/PVE/ACME.pm| 43 ++ src/PVE/ACME/StandAlone.pm | 16 +