Convert a JAVA keystore from PKCS12 to JKS
Although it’s in the man page of the keytool I think it’s worth mentioning. JKS has a big advantage over the PKCS12-format: It knows trusted certificates. This way you can use certificates, normally untrusted by your application because the Certificate … Continue reading
