Generate a new CSR and Create a PFX out of the Certificate Chain

Generate a CSR

openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr

Create a PFX File on Linux

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile ca-bundle-client.crt