Chinaunix首页 | 论坛 | 博客
  • 博客访问: 98239
  • 博文数量: 18
  • 博客积分: 1575
  • 博客等级: 上尉
  • 技术积分: 189
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-14 15:36
文章分类
文章存档

2012年(1)

2011年(5)

2010年(12)

我的朋友

分类: LINUX

2010-11-04 08:44:18


openssl pkcs12 -in test.pfx -out ca.pem -cacerts -nokeys
openssl pkcs12 -in test.pfx -out client.pem -clcerts -nokeys
openssl pkcs12 -in test.pfx -out key.pem -nocerts
curl   -G -v  --key key.pem --cacert ca.pem --cert client.pem:password --trace /tmp/debug
阅读(4984) | 评论(1) | 转发(0) |
0

上一篇:vsftpd

下一篇:nginx SSL双向认证

给主人留下些什么吧!~~

chinaunix网友2010-11-05 08:30:16

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com