Re: [pve-devel] [Patch V2 acme 11/12] Add DNSChallenge Plugin

2020-04-01 Thread Fabian Grünbichler
On March 31, 2020 12:08 pm, Wolfgang Link wrote: > This plugin calls the custom script acme.sh and uses the implementation of > the DNS API. > > Signed-off-by: Wolfgang Link > --- > debian/control | 3 +- > src/Makefile | 1 + > src/PVE/ACME.pm |

[pve-devel] [Patch V2 acme 11/12] Add DNSChallenge Plugin

2020-03-31 Thread Wolfgang Link
This plugin calls the custom script acme.sh and uses the implementation of the DNS API. Signed-off-by: Wolfgang Link --- debian/control | 3 +- src/Makefile | 1 + src/PVE/ACME.pm | 1 + src/PVE/ACME/DNSChallenge.pm | 197