keyutil: Reword pkcs7 documentation string a little

This commit is contained in:
Daan De Meyer
2025-02-27 10:03:12 +01:00
parent d46b16aff2
commit 27e040f742

View File

@@ -68,9 +68,10 @@
<varlistentry>
<term><command>pkcs7</command></term>
<listitem><para>This command generates a PKCS#7 signature that embeds the PKCS#1 signature (RSA)
provided with <option>--signature=</option> to an <option>--output=</option> file in PKCS#7 format
(p7s) using the certificate given with <option>--certificate=</option>.</para>
<listitem><para>This command embeds the PKCS#1 signature (RSA) provided with
<option>--signature=</option> in a PKCS#7 signature using the certificate given with
<option>--certificate=</option> and writes it to the file specified with <option>--output=</option>
in PKCS#7 format (p7s).</para>
<xi:include href="version-info.xml" xpointer="v258"/></listitem>
</varlistentry>