yt阿呜

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年6月20日

摘要: 1.从pfx格式的证书提取出密钥和证书set OPENSSL_CONF=openssl.cnfopenssl pkcs12 -in my.pfx -nodes -out server.pemopenssl rsa -in server.pem -out server.keyopenssl x509 ... 阅读全文
posted @ 2014-06-20 16:24 yt阿呜 阅读(287) 评论(0) 推荐(0)

2014年6月12日

摘要: 最近负责微支付接口的开发,在测试过程中走了不少弯路,希望大家别像我一样走弯路。微支付官网下载文档地址:http://download.csdn.net/detail/ethan19/7193855,错误介绍:1:{ ["errcode"]=> int(49001) ["errmsg"]=> stri... 阅读全文
posted @ 2014-06-12 10:50 yt阿呜 阅读(440) 评论(0) 推荐(0)