Does anyone out there have detailed information on how one could accomplish the following:
Create one OpenSSL certificate that functions as a SERVER Certificate and the Root CA at the same time?
In other words, I go through the process of generating a newreq.pem with an ISS certreq.txt file and also create a -newca using CA.sh. After signing the newreq.pem I end up with 2 files...the cacert.pem and the newcert.pem. I tried to concatenate these two files to have a combined Root CA and SERVER cert but IIS does not seem to like this very well. Is there any other way to create a cert that provides both?
Thanks for any help