PKCS12 Generated but Certificate Chain Not valid

I'm definitely not a Java expert, but I didn't think a Java KeyStore file was the same as a PFX (PKCS12) file. Their docs def talk about using Java's keytool to manipulate keystore files.

https://www.manageengine.com/products/service-desk-msp/help/installation-guide/documents/install-ssl.html

But since you've likely created the private key via an ACME client, the process is probably slightly different and may look something like this:

3 Likes