Forum Discussion
smudassir
3 years agoEmployee
You can’t directly provide the private key file here. You will have to create a new keystore, add your private key into that keystore, and then use that keystore. While storing the private key, you will have to provide an alias to recognize it. That alias has to be given in the account.
See if this link helps you on getting this done: Import a private key into a Java Key Store
SGArchitect
3 years agoNew Contributor II
Thank you very much.