Re: [pve-devel] [Patch V2 manager 2/8] Extend node config in the acme section.

2020-04-01 Thread Fabian Grünbichler
some more comments where this gets actually used later on! On March 31, 2020 12:08 pm, Wolfgang Link wrote: > Allow more than one domain entry, but only one domain per entry is allowed. > Before that, the Acme parameter could have multiple domains. > > Signed-off-by: Wolfgang Link > --- > PVE/N

[pve-devel] [Patch V2 manager 2/8] Extend node config in the acme section.

2020-03-31 Thread Wolfgang Link
Allow more than one domain entry, but only one domain per entry is allowed. Before that, the Acme parameter could have multiple domains. Signed-off-by: Wolfgang Link --- PVE/NodeConfig.pm | 47 ++- 1 file changed, 42 insertions(+), 5 deletions(-) diff