摘要:
p12(或者pfx)文件里一般存放有CA的根证书,用户证书和用户的私钥 假设我们有一个test.p12文件 在安装了openssl的linux服务器上执行以下命令: 提取用户证书: 如果需要携带秘钥,则去掉 -nokeys 提取私钥: 清除秘钥中的密码(在把秘钥部署到某些服务器上时可能需要清除密码) 阅读全文
摘要:
异步servlet的实现,及其和同步servlet在服务器资源消耗方面的对比 阅读全文
摘要:
Some time ago there was a problem with the servlet3.0, is in servlet in asynchronous processing data, due to time outs, dry method terminates, but the 阅读全文