Transfer myCert.pfx to yout Linux WebServer
Export your private.key
openssl pkcs12 -in myCert.pfx -nocerts -out private.key
Enter Import Password:
MAC verified OK
remove password form key
openssl rsa -in private.key -out private-npw.key
Enter Import Password:
MAC verified OK
Check your key
cat private.key