OpenSSL to Extract the Private Key and Cert File.

Copy the pfx file (Exported SSL Cert) in the Open SSL Bin folder. Look for C:Program Files (x86)GnuWin32bin

Export the private key file from the pfx file

openssl pkcs12 -in filename.pfx -nocerts -out key.pem

Export the certificate file from the pfx file

openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem

Remove the passphrase from the private key

openssl rsa -in key.pem -out server.key

Use the Server Key in the Ispconfig Server under Site>>SSL

Kon Belieu

SCS Technologies

Tags:

Comments are closed

Latest Comments

No comments to show.