Apache https configurations
- by sissonb
I am trying to setup my domain name with a self signed cert. I created the cert and placed the server.key and server.crt files into C:/apache/config/ Then I updated my httpd.confg host to include the following,
<VirtualHost 192.168.5.250:443>
DocumentRoot C:/www
ServerName mydomain.com:443
ServerAlias www.mydomain.com:443
…