I want to gather all the necessary information of a SSL Certificate using PHP :
->Validity Date
->Fingerprints
->Public Key
->And all other parameters
I tried with other solutions available through SO or PHP_manual but was unable to fetch all required information. Any help will be appreciated.