Changeset 84264 in vbox for trunk/doc/manual/en_US
- Timestamp:
- May 11, 2020 5:55:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-signova.xml
r84212 r84264 93 93 <varlistentry> 94 94 <term><option>--digest-type=<replaceable>type</replaceable></option></term> 95 <listitem><para>Select the cryptographic digest algorithm to use in the 96 signing. Possible values: SHA-256 (default), SHA-512 and SHA-1.</para></listitem> 95 <listitem> 96 <para>Select the cryptographic digest algorithm to use in the 97 signing. Possible values: SHA-256 (default), SHA-512 and SHA-1.</para> 98 <para>Some older versions of OVFTool and other VMware produces may 99 require <option>--digest-type=sha-1</option> to accept the OVA.</para> 100 </listitem> 97 101 </varlistentry> 98 102 <varlistentry> 99 103 <term><option>--pkcs7</option>, <option>--no-pkcs7</option></term> 100 <listitem><para>Enables or disables (default)the creation of an additional101 PKCS#7 signature.</para></listitem>104 <listitem><para>Enables or disables the creation of an additional 105 PKCS#7/CMS signature. This is enabled by default.</para></listitem> 102 106 </varlistentry> 103 107 <varlistentry> 104 108 <term><option>--intermediate-cert=<replaceable>file</replaceable></option></term> 105 109 <listitem><para>File containing an intermediary certificate that should be 106 included in the optional PKCS#7 signature. Like the others, the file can110 included in the optional PKCS#7/CMS signature. Like the others, the file can 107 111 either be in PEM or DER format. This option can be repeated to add 108 multiple intermediate certificates.</para></listitem> 112 multiple intermediate certificates. This option implies the 113 <option>--pkcs7</option> option.</para></listitem> 109 114 </varlistentry> 110 115 <varlistentry> … … 113 118 behaviour is to fail if the OVA is already signed.</para></listitem> 114 119 </varlistentry> 115 120 <varlistentry> 121 <term><option>--dry-run</option></term> 122 <listitem><para>Do not actually modify the OVA, just test-run the signing operation.</para></listitem> 123 </varlistentry> 116 124 <varlistentry> 117 125 <term><option>-v</option>, <option>--verbose</option>, <option>-q</option>, <option>--quiet</option></term> 118 126 <listitem><para>Controls the verbositity of the command execution. The 119 <option>--verbose</option> can be used multiple times to get more output.127 <option>--verbose</option> option can be used multiple times to get more output. 120 128 </para></listitem> 121 </varlistentry>122 123 <varlistentry>124 <term><option>--out-cert</option>, <option>--dry-run</option></term>125 <listitem><para>Debugging options that could be removed at any time.</para></listitem>126 129 </varlistentry> 127 130 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.