https://bz.apache.org/bugzilla/show_bug.cgi?id=63936
Bug ID: 63936 Summary: Multiple Certs&Keys in a file used with SSLProxyMachineCertificateFile Product: Apache httpd-2 Version: 2.4-HEAD Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Documentation Assignee: docs@httpd.apache.org Reporter: hendrik.vol...@de.verizon.com Target Milestone: --- The documentation for SSLProxyMachineCertificateFile says that you can use multiple certificates and keys in one file. That raises the question on how mod_ssl does the association of keys to certificate as the private keys do not contain any meta data. So must the file have a certain order like cert-key-cert-key or is the module really calculating the public key from the private key data and uses the public key fingerprint for association? What even is used it should be documented to enhance usability -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org