mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix bug #60969: openssl_pkcs7_sign documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343360 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b9fae77024
commit
dd8ac07b5e
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
<term><parameter>infilename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The input file you are intending to digitally sign.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -42,6 +43,7 @@
|
|||
<term><parameter>outfilename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The file which the digital signature will be written to.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -49,6 +51,8 @@
|
|||
<term><parameter>signcert</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The X.509 certificate used to digitally sign infilename -
|
||||
see <link linkend="openssl.certparams">key/cert params</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -56,6 +60,8 @@
|
|||
<term><parameter>privkey</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>privkey</parameter> is the private key corresponding to signcert -
|
||||
see <link linkend="openssl.certparams">key/cert params</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue