To start, this question might overlap with others but I almost feel like this is a Red Hat issue regarding the "how to properly configure it" part.
I have a few websites being served from the same IP address, no problems there. However, I want to give some of those websites a little protection through HTTPS. In RedHat, the ssl.conf file is referenced in the https.conf file and they seem to work well with each other.
Documentation had pointed me to creating a .conf file for every secure website I want and place that file in the /etc/httpd/conf.d/ directory which also contains the ssl.conf file. Assuming all the directives are set up properly, would i need to reference the ssl.conf file in the secureWesite.conf file placed in that directory?
Second, there is an option of giving apache its own key pair but when it comes to each website having its own key pair how would that work? Im not interested in paying $500 per year for the wild card cert so are there any options out there? I hold mention that I only have one IP address at this time.
Thank you for the assistance.