Jump to content

mithnik

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mithnik's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi , it's my fisrt post in here, I hope this will help. 2 Do: 1. Generate a *.PEM certificate (Privacy Enhanced Mail) via Openssl command: openssl pkcs12 -in YOUR_pkcs12_certificate.pfx -out YOUR_NEW_CERTIFICATE.pem 2.The source code of PHP must be compiled with openssl option: ./configure --with-openssl=/usr 3. <?php $cert = file_get_contents("OUR_NEW_CERTIFICATE.pem"); $ssl = openssl_x509_parse($cert); print_r($ssl); ?> 4. Cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.