I want to access the whole ssl server certificate (both child and parent (CA)).
I can get the child certificate details by Here.
Will someone help me with that?
I want to access the whole ssl server certificate (both child and parent (CA)).
I can get the child certificate details by Here.
Will someone help me with that?
The same technique applies but instead of the ['peer_certificate']
element there should also be a chain element. I don't know what it's called but a bit of research or experiment will tell you. The chain element will itself be an array and you will need to parse each element of it.