diff --git a/src/PVE/Certificate.pm b/src/PVE/Certificate.pm index 65c5c8f..5ab920f 100644 --- a/src/PVE/Certificate.pm +++ b/src/PVE/Certificate.pm @@ -78,6 +78,16 @@ PVE::JSONSchema::register_standard_option('pve-certificate-info', { format => 'pem-certificate', 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, + }, }, });