Hello,
> First, my correction...I got that error when I tried to install a
> CACert...I got the other error from the Verisign cert.
> I got no pem file from CACert. Verisign says I can test what they've
> given me and it should all work. The client wants to see that test work
> before they pay them $400. I tried using mrtablecloth-vi.com.pem but
> that gave the same error. Please clear up this confusion for me.
Your certificate is issued by:

$ openssl x509 -in cert.pem -issuer -noout
issuer= /C=US/O=VeriSign, Inc./OU=For Test Purposes Only.  No
assurances./OU=Terms of use at https://www.verisign.com/cps/testca
(c)05/CN=VeriSign Trial Secure Server Test CA

You should get CA cert from Verisign (or something) which subject
will equal to this issuer.
In other word command:

$ openssl x509 -in CA.pem -subject -noout

will give you the same output.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to