This is in continuation to my prev referred query. I generated the self signed device certificate using OpenSSL. Thanks to Michael Reymond!
I need certain clarifications while I need to use the same in code with HTTPCli_SecureParams struct.
- As I understand I need to input the client cert and key as privkey and cert. Both of these fields are char strings. Do i need to provide the file names for both these parameters? I mean files containing private key and public key certificate!
- Is there a specific format (like .der format) recommended? OR I could use any other format like .cer, .pem?
Again - any reference code would be a great help, if available!
Thanks in advance! would appreciate a fast response.
- Akhilesh