I am trying to understand whether .pfx file may contain multiple private keys or not.
In case there are several sets of certificates and their private keys how they can be found in KeyStore? By using aliases, right?
So the answer is yes it can have any number of private keys and associated certificates. Thank you guys.