*.pfx to *.jks (Java KeyStore)

You can use the Java keytool to convert *.pfx to *.jks. It is included in the Java JRE https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html Change to the \bin directory and run keytool Get alias from current *.pfx Open output.txt and look for the line starting with “Aliasname:”

Continue reading