Server certificate warning

Martin01

Verified User
Joined
Sep 22, 2006
Messages
7
Dear DA users,

could anybody please explain me how to solve following warnings? Is it
possible to create new certificate with corrected details?

I am using apache 2.2.3.

Apache Error log
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Sep 23 06:23:01 2006] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?

Thanks a lot for any suggestion.

-Martin
 
You can create your own certificate or purchase one from the many places that sell them. To create one, do a google search for something similar to "openssl create apache2 certificate" and you should find plenty of pages to explain exactly what you need to do.
 
Back
Top