Issues with SSL key on CentOS

Posted by yummm on Server Fault See other posts from Server Fault or by yummm
Published on 2010-03-16T22:36:49Z Indexed on 2010/03/16 22:41 UTC
Read the original article Hit count: 351

Filed under:
|

When trying to install a SSL key on my centos server, apache refuses to restart and I see the following errors in my log.

[Tue Mar 16 22:32:58 2010] [error] Init: Private key not found
[Tue Mar 16 22:32:58 2010] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Tue Mar 16 22:32:58 2010] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Tue Mar 16 22:32:58 2010] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Tue Mar 16 22:32:58 2010] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib

What exactly does this mean? Is my SSL key bad? If so, what is the correct way to upload the key to the server? I just opened the crt file in notepad and copied the data out and saved it over ssh.

© Server Fault or respective owner

Related posts about ssl

Related posts about centos