Hi I need some help in understanding abou th e csr creation, while using 'openss . . .

vuppuluri sriramsubhash:
Hi I need some help in understanding abou th e csr creation, while using ‘openssl genrsa -out admin.key 2048’ only the private key is created what about the public key?, and for the creation of csr shouldn’t the public key be used because that will be sent during the requests

Alex:
The CSR contains the public key that will be included in the certificate and private key is used to sign it

Mahesan G:
You need no extract the public key with added fields like CN Valitity days with your private key