java - Use the jvm cacerts or own truststore when using selfsigned x.509 certificate -
i'm using selfsigned x.509 certificate encrypt client-/server communication. i'm wondering if importing self-signed certificate clients jvm cacerts truststore causes security issues. more secure create , use own truststore or doesn't matter way prefer? why there usecase create (and use) own truststores, when have possibility import (selfsigned) cert jvms truststore?
Comments
Post a Comment