%all.entities; ]> May 2020 VBoxManage signova VBoxManage-signova 1 VBoxManage-signova Digitally sign an OVA Oracle VM VirtualBox VBoxManage signova ova --certificate=file --private-key=file --private-key-password-file=password-file --private-key-password=password --pkcs7 --no-pkcs7 --intermediate-cert=file --force --out-cert --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. , Enables or disables (default) the creation of an additional PKCS#7 signature. File containing an intermediary certificate that should be included in the optional PKCS#7 signature. Like the others, the file can either be in PEM or DER format. This option can be repeated to add multiple intermediate certificates. Overwrite existing signature if present. The default behaviour is to fail if the OVA is already signed. , Debugging options that could be removed at any time.