]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
acme: separate flag to disable the 'domains=' array
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Apr 2021 13:35:17 +0000 (15:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Apr 2021 17:57:28 +0000 (19:57 +0200)
commitef7a8290db320dafe755d71dc8a4ee47ee62caa5
tree0a43125166490e6a7b4a8bf8149be8d0734c786f
parent6f9f9c71b384c6840659a08a5f0d2aa1a53640ae
acme: separate flag to disable the 'domains=' array

PVE has 2 domain lists, PMG only 1 since it requires the
additional type.

In PBS I do not want to have 2 lists either, since it seems
rather inconvenient to have 2 different ways to access the
same list.

Currently we decide this based on whether we have multiple
certificate types, which in PBS we don't, so we need a
separate option for this.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/panel/ACMEDomains.js
src/window/ACMEDomains.js