Server Certificate: Export CRT and Key FROM PFX

1) Download and Install Open SSL : https://code.google.com/p/openssl-for... 2) Open CMD 3) Navigate to Open SSL-Win32\Bin Directory ------------------Retrieving the Private KEY------------------ 4) openssl pkcs12 -in thePFXfile.pfx -nocerts -out privatekey.pem -nodes ------------------Retrieving the Certificate------------------ 5) openssl pkcs12 -in thePFXfile.pfx -nokeys -out certificate.crt 6)Both the Certificate and the Privatekey Can be found in the Bin Directory of OpenSSL