Marek Marcola wrote: >> server167# openssl x509 -in mrtablecloth-vi.com.pem -text -noout >> unable to load certificate >> 67298:error:0906D06C:PEM routines:PEM_read_bio:no start >> line:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/pem/pem_lib.c:637:Expecting: >> TRUSTED CERTIFICATE >> > Maybe your certificate was issued on Windows and there is > end-of-line problem. You may try something like dos2ux/dos2unix tools. > I found a tool online which I created on the server. The "active ingredient" is this:
while(<INPUT>) { if ( s/\r\n/\n/ ) { It returned that it didn't change any line in any of the files. >>> - check if you have compatible cert and key: >>> $ openssl x509 -in mrtablecloth-vi.com.pem -modulus -noout >>> This gives same as above. > Of course you should change example file key.pem to your real > file private.key. > I wasn't sure, because what you used as an example looked like some kind of pem file, and I only had one of those, and that was tied to the cert. (You can tell I'm new.) server167# openssl rsa -in private.key -modulus -noout Modulus=E186578C9DC070364BCFABAF834D4FF85385E0F03B1398136361704E4359E5ABC97A2C8AB00580E9E2E6EA8EF8828009F46E5FD1331B90F8828373B3AC77B47FA4AAEAA50BF56AE721A92ED3A62E51F3ABB593099FA077845D38DDF1FB4FA52ADA06618CDD8AF7F739AEE3313522B651ACAD3F75E12ACD4392508FEC2105F193 That looks good, I presume? So, the only problem is with the trusted certificate? More ideas? TIA, beno ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]