]> git.proxmox.com Git - pve-manager.git/commit
fix #2784: always compare ACME domains in lower case
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 17 Jun 2020 09:15:11 +0000 (11:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Jun 2020 12:00:43 +0000 (14:00 +0200)
commit4aa89cc0e8aef3b7377def9f5ca0b8b83830e3f4
tree29eabb037e82319df9b9494bb5873cac291c28f2
parent63ad21645dc050d35ae3beb7ec55fd2b4d29da9e
fix #2784: always compare ACME domains in lower case

otherwise the ACME endpoint might return the ordered domain in lower
case and we fail to find our plugin config.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/ACME.pm
PVE/NodeConfig.pm