Hi Guys, I am going to break this into few steps hoping to collect feedback from different users to get to the bottom of it:
The first step requires generating a key pair, and specifically mentions the following:
"When creating a pair of keys, you must specify that the private key is to be used to produce a signature, while the public key must be used
to ensure non-repudiation."
Then I need to use the key pair to request a digital certificate, and i need to provide the following info:
CN=, O= , OU=, L=, S=, C=, ( then it says: Key length Length of the public and private keys. 256 bits (ECDSA P-256) )
Can someone provide a sample code that shows how to generate a key pair that meet the above requirement and how to use to generate the CSR.