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 readingCategory: PKI and certificates
*.pfx-File: export certificate and key (*.pem / *.key) / *.pfx to *.pem
Download and install OpenSSL Download for Windows On linux-based systems it should be already installed, if not: Export private key Export certificate Remove password from private key
Continue reading