摘要:
String pathname = Test3.class.getResource("/client.jks").getFile(); System.out.println(pathname); SSLContext sslContext = SSLContexts.custom() .loadTr 阅读全文
摘要:
http://blog.csdn.net/RO_wsy/article/details/51319963 阅读全文
摘要:
OpenSSL 1.0.0生成p12、jks、crt等格式证书的命令个过程 此生成的证书可用于浏览器、java、tomcat、c++等。在此备忘! 1.创建根证私钥命令:openssl genrsa -out root-key.key 1024 2.创建根证书请求文件 命令:openssl req 阅读全文