I have created the CA certificate with OpenSSL commands and it is in a PEM file.
In my program I have created the RSA key pair and the CSR (X509_REQ type).
Now, how do I sign the CSR with the CA implementing it in C language?
Thanks.
I have created the CA certificate with OpenSSL commands and it is in a PEM file.
In my program I have created the RSA key pair and the CSR (X509_REQ type).
Now, how do I sign the CSR with the CA implementing it in C language?
Thanks.