We are currently working with a client who needs SAML authentication to setup their QA site on our servers. They have sent us the CRT file for the SSL to install, however they are not sending the key. I know that at the very minimum SSL requires the .crt and .key files to complete the handshake, but they are requesting that I do this without the .key file.
My question is: Is this even possible? Is this an obscure config of apache that no one has attempted because it makes no sense? I've been searching through all kinds of documentation and have come up empty.
Of course I get an error when trying to run apache without the Key:
AH02238: Unable to configure RSA server private key
SSL Library Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
This was expected but now I am hoping to find a solution.
Thank you!