Hello,
> Then maybe my problem was at the start. I received an email from
> Verisign at the beginning telling me to load this trial CA cert from
> this page:
> http://www.verisign.com/support/verisign-intermediate-ca/trial-secure-server-intermediate/index.html
> Now, not knowing better (and still not), I assumed that was the *.crt
> Please correct me if I'm wrong.
Great, save contents of this certificate (in window) to lets say
vs_inter_ca.pem.
Next download Root certificate from:
http://www.verisign.com/support/verisign-intermediate-ca/Trial_Secure_Server_Root/index.html
and save to lets say vs_root_ca.pem

Then do first check:
$ openssl verify -CAfile vs_root_ca.pem vs_inter_ca.pem
vs_inter_ca.pem: OK

If this works, then build cert "chain":
$ cat vs_root_ca.pem vs_inter_ca.pem > vs_ca.pem

Next verify your certificate:
$ openssl verify -CAfile vs_ca.pem cert.pem
cert.pem: OK

(in your situation change cert.pem to mrtablecloth-vi.com.crt.pem)

If, and only if, this will succeed, use vs_ca.pem as ssl.ca-file.

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