How can I sign my server with an SSL certificate
Posted
by Saif Bechan
on Server Fault
See other posts from Server Fault
or by Saif Bechan
Published on 2010-05-01T00:34:17Z
Indexed on
2010/05/01
0:38 UTC
Read the original article
Hit count: 391
I have a dedicated server and I want to use one domain name for default entrance to the system. My system is Apache 2 on CentOS 5.4. Lets says the domain name is mydomain.com.
I have also bought an SSL certificate and installed it to work with this default domain. Still when I restart Apache I get the following error message:
[Sat May 01 02:21:22 2010]
[warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat May 01 02:21:22 2010]
[warn] RSA server certificate CommonName (CN) `mydomain.com' does NOT match server name!?
Does anyone have an idea how I can remove this message. I have the server, domain name, and ssl key.
© Server Fault or respective owner