Extract your private key and verity your certificate using the -CAfile command
openssl verify -CAFile <CA Certificate who signed your certificate> pk-XXXXX.pem 2010/8/20 Henrik Bach <[email protected]> > > I have got a valid certificate that contains a private key from a trusted > web > site. > > However, I have problems using it by the web site tools and in that process > trying to figure out why. > > When I run the command: > > $ openssl verify pk-XXXX.pem > unable to load certificate > 5564:error:0906D06C:PEM routines:PEM_read_bio:no start > line:pem_lib.c:650:Expecting: TRUSTED CERTIFICATE > > Can some one tell me what I'm doing wrong. > -- > View this message in context: > http://old.nabble.com/Problems-with-validating-a-valid-certificate-that-contains-a-private-key-tp29488500p29488500.html > Sent from the OpenSSL - User mailing list archive at Nabble.com. > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] >
