Hi all,
I have a private key file (.pem) and a self-signed certificate file (.pem). I need to sign a string using both files, how can I do this? till now I can generate a digital signature using the private key but it's not working. How to use the certificate file in this case? knowing that the format of the signed data should be PKCS#7
Thanks in advance,
Joud