如何在Java密钥库中导入现有的X.509证书和私钥以在SSL中使用?
<sslContext> <sslContext keyStore="file:/home/alex/work/amq/broker.ks" keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" trustStorePassword="password"/></sslContext>
keytool -import -keystore ./broker.ks -file mycert.crt
2009-05-25 13:16:24,270 [localhost:61612] ERROR TransportConnector - Could not accept connection : No available certificate or key corresponds to the SSL cipher suites which are enabled.
相关分类