How to resolve CN to the Server Name?

Hi,

In configuring my first SSL on my web server, this through me a curve. How do I resolve CN to the Server Name?

[Mon Mar 05 16:58:42 2012] [warn] RSA server certificate CommonName (CN) `anointed-studio.anointedsoft.com' does NOT match server name!?
[Mon Mar 05 16:58:42 2012] [notice] Apache/2.2.21 (Linux/SUSE) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 configured -- resuming normal operations

In creating my Cert using YaST CA Management, during the export of the Server Cert, I received the warning message stating my CN doesn’t match my Server Name.

On 2012-03-06 02:36, VcDeveloper1 wrote:

> In creating my Cert using YaST CA Management, during the export of the
> Server Cert, I received the warning message stating my CN doesn’t match
> my Server Name.

Is your computer named `anointed-studio.anointedsoft.com’? That’s the name
expected. Use “hostname -f” to check.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

Thanks… that cleared the warning, so the Server Name and Computer Name are synonymous terms correct…