Hello, > A follow-up question just for double check. The my_cert.pem file > consists of two parts: [RSA private key] and [certificate (public > key)]. Is this the correct sequence? I saw a certificate file that > contains three parts: [certificate (?)], [RSA private key], > [certificate (public key)]. We don't need anything from intermediate > CA certificate in this my_cert file? In PEM notification RSA private key and certificate may exist in one file but personally I never store this data in that way. I use one file for one purpose, for example rsa-key.pem for private key, cert.pem for certificate and cacert.pem for CA certs boundle. Now, when I want to send my certificate to my friend I will not send by accident my private key with my certificate.
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]