thrift使用ssl协议时,生成服务端与客户端证书 2015-4-14 16:50 | 6,458 | 0 | Android开发 71 字 | 几秒读完 生成证书库(包含私钥)有效期365*50=18250天 keytool -genkey -alias thrift -keyalg RSA -keystore E:\thrift\ca\keystore -keysize 1024 -validity 18250 导出凭证文件 keytool -export -alias thrift -keyst… thrift