From 9bb20c9f1bc2e7f43f5dc1bc6b97b039ed4dfccd Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 1 Nov 2015 18:25:40 +0000 Subject: [PATCH] Document local_pk ssl context option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338065 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/context/ssl.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/language/context/ssl.xml b/language/context/ssl.xml index 29993cc4ff..5c477bf933 100644 --- a/language/context/ssl.xml +++ b/language/context/ssl.xml @@ -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 local_pk. + + + + + + local_pk + string + + + + Path to local private key file on filesystem in case of separate + files for certificate (local_cert) and private key. @@ -301,8 +315,9 @@ 5.0.0 Added capture_peer_cert, - capture_peer_chain and - ciphers. + capture_peer_chain, + ciphers and + local_pk.