mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 02:06:02 +00:00
acme: mark caaIdentities as an array
caaIdentities was mistakenly labled as a string in a previous patch and not as an array of strings, as it is defined in the rfc [0]. [0] https://datatracker.ietf.org/doc/html/rfc8555#section-7.1.1 Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
This commit is contained in:
parent
25c0052ac8
commit
b4050780a6
@ -404,7 +404,10 @@ __PACKAGE__->register_method ({
|
||||
},
|
||||
caaIdentities => {
|
||||
description => 'Hostnames referring to the ACME servers.',
|
||||
type => 'string',
|
||||
type => 'array',
|
||||
items => {
|
||||
type => 'string',
|
||||
},
|
||||
optional => 1,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user