pls do not write "reply me as soon as possible...because i am stuked at that point." it is impolite to do so in an online mailing list. this is not a paid support.
yes, the cert and the corresponding private key can both exist in the same file. Some libraries may explicitly want that to happen. The example that comes to my mind is: gSOAP. The cert and the private key can also be in different files. In that case, u hv to load the private key to the already existing context using the function: SSL_CTX_use_PrivateKey_file The certificate chain, right from the leaf to the root can be loaded using SSL_CTX_use_certificate_chain_file -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mazhar Nazeer Sent: Thursday, December 14, 2006 6:14 PM To: [email protected] Subject: Need information regarding certificate. hi, a PEM file can be used for the certificate and private key file? i mean can there be a certificate file with private key? reply me.... I am exploring an example which uses a certificate file to call both the functions: 1. SSL_CTX_use_certificate_chain_file 2. SSL_CTX_use_PrivateKey_file if it is ...then how to create that certificate? reply me as soon as possible...because i am stuked at that point. Thanks, Mazhar Nazeer. DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails.
