]> git.proxmox.com Git - proxmox-acme.git/commit - src/PVE/ACME/DNSChallenge.pm
plugins: refactor setup/teardown signatures
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 17 Apr 2020 07:39:50 +0000 (09:39 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 17 Apr 2020 12:29:43 +0000 (14:29 +0200)
commitf00829fd606b2d3f15828125527a7b6bfda6ba7f
treeea052861f9f209c99924e2906bb62ecf1fae7de9
parent9ea3c3d9dee030eaf2ff4b3a662fbd059a5c060b
plugins: refactor setup/teardown signatures

and move handling of tokens/key_auths to plugins, since it's not bound
to be identical for all challenge types forever.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/ACME/Challenge.pm
src/PVE/ACME/DNSChallenge.pm
src/PVE/ACME/StandAlone.pm