Create Java Keystore from PFX file

Recently I got the request to manually create a Java keystore (.jks) to be used on a linux-based webserver. The certificate to be used had two “issues”: It was provided as a .pfx file It didn’t contain the certificates of the intermediate CAs Since I use a Windows 10 workstation, I had to assure, that …

Create Java Keystore from PFX file Read More »