Hi, I ve a query on the OCSP request command:
openssl ocsp -issuer issuer.pem -cert c1.pem
-url http://ocsp.myhost.com/ -cafile ca.pem -resp_text -respout resp.der
I have a scenario where i have a three certificate chain.
Root Cert - > Intermediate Cert -- >End Cert
so here i am interpreting the fileds as
issuer :Intermediate Cert
cert : end cert
cafile: root cert
i want to know is my understanding correct ?
Regards,
Ashish
