VirtualBox

Changeset 84264 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
May 11, 2020 5:55:26 PM (5 years ago)
Author:
vboxsync
Message:

VBoxManage/ovasign,manual: Made --pkcs7 default. Tweaks. Documentation updates. bugref:9699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-signova.xml

    r84212 r84264  
    9393      <varlistentry>
    9494        <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>
    97101      </varlistentry>
    98102      <varlistentry>
    99103        <term><option>--pkcs7</option>, <option>--no-pkcs7</option></term>
    100         <listitem><para>Enables or disables (default) the creation of an additional
    101           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>
    102106      </varlistentry>
    103107      <varlistentry>
    104108        <term><option>--intermediate-cert=<replaceable>file</replaceable></option></term>
    105109        <listitem><para>File containing an intermediary certificate that should be
    106           included in the optional PKCS#7 signature.  Like the others, the file can
     110          included in the optional PKCS#7/CMS signature.  Like the others, the file can
    107111          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>
    109114      </varlistentry>
    110115      <varlistentry>
     
    113118          behaviour is to fail if the OVA is already signed.</para></listitem>
    114119      </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>
    116124      <varlistentry>
    117125        <term><option>-v</option>, <option>--verbose</option>, <option>-q</option>, <option>--quiet</option></term>
    118126        <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.
    120128          </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>
    126129      </varlistentry>
    127130    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette