We have a pfx file but need to get the private key from it, in order to create a keystore
Release : 20.2
Component : IM Reporting / Admin / Configuration
A .PFX (Personal Information Exchange) file is used to store a certificate and its private and public keys
openssl pkcs12 -in <name.pfx> -nocerts -out <name.key>
You can then use the private key, along with the certificate, to create a PKCS#12 keystore, per the documentation; under the section "Import a Key and an Existing Certificate"
https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/performance-management/20-2/administrating/single-sign-on/set-up-https/enable-performance-center-to-use-ssl-manually/set-up-ssl-certificates-for-performance-center.html