Re: [pve-devel] [Patch V2 acme 04/12] Add funtion to set DNSAPI variable

2020-04-01 Thread Fabian Grünbichler
On March 31, 2020 12:08 pm, Wolfgang Link wrote: > acme.sh DNS plugins expect a configuration in which the login information > is stored. > We pass the credentials with the command. > This function supports the expected behavior of the plugins. > > Signed-off-by: Wolfgang Link > --- > src/proxmo

Re: [pve-devel] [Patch V2 acme 04/12] Add funtion to set DNSAPI variable

2020-04-01 Thread Wolfgang Bumiller
On Tue, Mar 31, 2020 at 12:08:38PM +0200, Wolfgang Link wrote: > acme.sh DNS plugins expect a configuration in which the login information > is stored. > We pass the credentials with the command. > This function supports the expected behavior of the plugins. > > Signed-off-by: Wolfgang Link > ---

[pve-devel] [Patch V2 acme 04/12] Add funtion to set DNSAPI variable

2020-03-31 Thread Wolfgang Link
acme.sh DNS plugins expect a configuration in which the login information is stored. We pass the credentials with the command. This function supports the expected behavior of the plugins. Signed-off-by: Wolfgang Link --- src/proxmox-acme | 13 + 1 file changed, 13 insertions(+) diff