mirror of
https://git.proxmox.com/git/pve-common
synced 2025-06-13 06:14:15 +00:00
cert: add public key type & size to JSON schema
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
parent
afa3f36910
commit
96ab1135fe
@ -78,6 +78,16 @@ PVE::JSONSchema::register_standard_option('pve-certificate-info', {
|
|||||||
format => 'pem-certificate',
|
format => 'pem-certificate',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
'public-key-type' => {
|
||||||
|
type => 'string',
|
||||||
|
description => 'Certificate\'s public key algorithm',
|
||||||
|
optional => 1,
|
||||||
|
},
|
||||||
|
'public-key-bits' => {
|
||||||
|
type => 'integer',
|
||||||
|
description => 'Certificate\'s public key size',
|
||||||
|
optional => 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user