From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-signova.xml | 144 ++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-signova.xml (limited to 'doc/manual/en_US/man_VBoxManage-signova.xml') diff --git a/doc/manual/en_US/man_VBoxManage-signova.xml b/doc/manual/en_US/man_VBoxManage-signova.xml new file mode 100644 index 00000000..58e50f47 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-signova.xml @@ -0,0 +1,144 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 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. + + + + + + -- cgit v1.2.3