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.