You configure certificates of your proxy server exactly the same
way as for web server, using SSLCertificateFile,
SSLCertificateKeyFile and possibly SSLCertificateChainFile. Most
likely you don't need SSLProxyMachineCertificateFile (it
configures _client_ certificate of your server before other
servers).
--
With Best Regards,
Marat Khalili
On 03/05/17 18:11, Markus Gausling
wrote:
Hello,
when Apache is configured as a WebServer I can configure the
private
key and the certificate of the server separately using
SSLCertificateFile and SSLCertificateKeyFile.
When configuring Apache as an HTTP Proxy (Reverse Proxy or
Forward
Proxy) it seems I can only configure the proxy private key and
certificate if they are combined into a single PEM file with
SSLProxyMachineCertificateFile.
Is that understanding corrector is there also a way to defined
key and
certificate for an HTTP Proxy configuration separately?
Regards
Markus