mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document local_pk ssl context option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338065 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e09bcd8624
commit
9bb20c9f1b
1 changed files with 17 additions and 2 deletions
|
@ -111,6 +111,20 @@
|
|||
Path to local certificate file on filesystem. It must be a PEM
|
||||
encoded file which contains your certificate and private key.
|
||||
It can optionally contain the certificate chain of issuers.
|
||||
The private key also may be contained in a separate file specified
|
||||
by <literal>local_pk</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="context.ssl.local-pk">
|
||||
<term>
|
||||
<parameter>local_pk</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to local private key file on filesystem in case of separate
|
||||
files for certificate (<literal>local_cert</literal>) and private key.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -301,8 +315,9 @@
|
|||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
Added <parameter>capture_peer_cert</parameter>,
|
||||
<parameter>capture_peer_chain</parameter> and
|
||||
<parameter>ciphers</parameter>.
|
||||
<parameter>capture_peer_chain</parameter>,
|
||||
<parameter>ciphers</parameter> and
|
||||
<parameter>local_pk</parameter>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue