I m trying to merge key and certificate using pkcs12

2011-02-18 Thread kalpesh07
and openssl_key_crt_enc.pem comes blank. Is there something wrong i am doing? How should i create digital signature using openssl on the fly for users in my site. Thanks. -- View this message in context: http://old.nabble.com/I-m-trying-to-merge-key-and-certificate-using-pkcs12-tp30957028p30957028

Re: I m trying to merge key and certificate using pkcs12

2011-02-18 Thread Victor Duchovni
On Fri, Feb 18, 2011 at 01:22:44AM -0800, kalpesh07 wrote: hi, I am trying to create digital signature for pdf document by openssl commands from php file. I write these two commands first in php file exec(openssl req -x509 -nodes -days 365 -subj

Re: Using pkcs12

2009-09-01 Thread Javier Mosqueda
wrote: Hi, Shouldn't that be optional. Does it compulsorily encrypt all certificates and keys with the export password? Regards, Tushar. -- View this message in context: http://www.nabble.com/Using-pkcs12-tp25234677p25234983.html Sent from the OpenSSL - User mailing list archive

Re: Using pkcs12

2009-09-01 Thread Bram Cymet
tushar ganguli wrote: Hi, I have been using the PKCS12 command and it seems that the command compulsorily asks for the password. Shouldn't that be optional. Does it compulsorily encrypt all certificates and keys with the export password? Regards, Tushar. Use the command line option

Using pkcs12

2009-08-31 Thread tushar ganguli
Hi, I have been using the PKCS12 command and it seems that the command compulsorily asks for the password. Shouldn't that be optional. Does it compulsorily encrypt all certificates and keys with the export password? Regards, Tushar.

how to create SSL connection using PKCS12 file?

2000-12-23 Thread chgu
Dear Sir, I put a key file and a certificate file into a PKCS12 file with a certfile. Butwhen i put the PKCS12 fileto create SSL connection an error message displayed as: can't load the certificate file. Can you help me? Thanks very much. chgu