%all.entities; ]> $Date: 2023-04-21 21:59:02 +0000 (Fri, 21 Apr 2023) $ VBoxManage signova VBoxManage-signova 1 VBoxManage-signova Digitally sign an OVA &product-name; VBoxManage signova ova --certificate=file --private-key=file --private-key-password-file=password-file --private-key-password=password --digest-type=type --pkcs7 --no-pkcs7 --intermediate-cert=file --force --verbose --quiet --dry-run Description The VBoxManage signova command adds a digital signature to an OVA file. ova The OVA file to sign. File containing the certificate that the OVA should be signed with. This can either be in PEM format (base64) or DER (binary), the command will detect which. The file containing the private key. This can either be in PEM (base64) or DER (binary) format, the command will detect which. File containing the private key password. The private key password. Select the cryptographic digest algorithm to use in the signing. Possible values: SHA-256 (default), SHA-512 and SHA-1. Some older versions of OVFTool and other VMware produces may require to accept the OVA. , Enables or disables the creation of an additional PKCS#7/CMS signature. This is enabled by default. File containing an intermediary certificate that should be included in the optional PKCS#7/CMS signature. Like the others, the file can either be in PEM or DER format. This option can be repeated to add multiple intermediate certificates. This option implies the option. Overwrite existing signature if present. The default behaviour is to fail if the OVA is already signed. Do not actually modify the OVA, just test-run the signing operation. , , , Controls the verbositity of the command execution. The option can be used multiple times to get more output.