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

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -