Tool/software: Code Composer Studio
I have generated 'Certificate signature request' using terminal window of code composer studio.
Using the Certificate signature request example given in the cc32xx sdk pack.
I have encrypted it in ecc-secp256r1 format using online EC signature generator.
As per mentioned in readme file of the example I have pasted it into the terminal after encryption.
Now, I have some questions:
1) Where that file is going to be created?
2) How to use CSR file further?
3) Is there any step I missed out?
4)What is the use of CSR file in my future wi-fi application?