Do you not need a password to access a truststore (made with the java keytool)?

前端 未结 4 659
时光说笑
时光说笑 2020-12-09 15:07

I just created a truststore with the java keytool (for server authentication of a server that does not have a CA cert). However I just noticed something strange. I am star

4条回答
  •  既然无缘
    2020-12-09 15:44

    If you do not specify a truststore, the default one is used instead. I assume, you get an error, that you'll need to specify a truststore in order to trust the host you request? The default truststore resides in $JAVA_HOME/lib/security/jssecacerts.

提交回复
热议问题