mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix bug #70826: openssl_pkcs12_export_to_file args not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343358 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
33d77a9d4a
commit
01dd438c48
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@
|
|||
<term><parameter>args</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional Array, provide an key "extracerts" with as value an array of extra certificates or a single certificate to be included in the PKCS#12 file.
|
||||
Provide an key "friendlyname" with as value an string to be used for the supplied certificate and key.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue