Hi i have 3 certs 1.root self signed CA 2.intermediate CA-signed with root CA 3.client cert -signed with intermediate CA
So i want with them to create a cert chain and sign a pkcs7 document.(By including them into the pkcs 7 document a detached one) And after that to verify the pkcs 7 document by extracting the cert chain. Which commands should i use ? I have read the manual and tried lots of combinations but couldnt achieve any succes!