Hi 

I am trying to understand the method of generating key pais with
openssl.
The command 
openssl genrsa -des3 -out ca.key 2048
gives me a file ca.key that looks something like this.
-----BEGIN RSA PRIVATE KEY-----                                   
MIIBPAIBAAJBAJwdEzEFhpG2QZ4CcFCvnYGgHauyPNlWkWgE+FDaKpBI/mi/sexw  
.
.
.
znO8Pv9IrQc3MThDdtr4cn4bIiz9Gx7AwntIRu3qV5I=                      
-----END RSA PRIVATE KEY-----                                     

My question is as follows. If this is the Private Key, where is the
public key. If it is in the same file, how do I get to it?
Hylton
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to