I want to read the certifi.crt file using OpenSSL API (not in commands). I have no idea how to do that. If any one knows, please help me. Thank you.
If you give example code that will be very helpful.
|
I want to read the If you give example code that will be very helpful.
| ||||
feedback
|
|
If the ".crt" extension refers to a PEM text file (begins with -----BEGIN CERTIFICATE----- followed by base64), then get started in the OpenSSL docs here. Here is some code to get you started (link with ssl, e.g. g++ a.c -lssl):
| |||
|
feedback
|