This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM263P4: Keys generation using Openssl

Part Number: AM263P4

Hi,

The following sequence is used to generate degenerate RSA keys:
1. Create a random RSA key:
openssl genrsa –out key.pem

Does this command generate only private key or public-private pair key?

But when i see through the key.pem, it titled as BEGIN PRIVATE KEY,if it contains only private key, how do we generate corresponding public key?

Thanks and Regards,

Geetha.