码迷,mamicode.com
首页 >  
搜索关键字:cert    ( 812个结果
C# X509Certificate类 调用证书
一、命名空间using System.Security.Cryptography.X509Certificates;二、调用代码string certPath = Server.MapPath("/weixinApp/cert/apiclient_cert.p12"); //证书已上传到对应目录 ....
分类:Windows程序   时间:2015-07-30 12:46:08    阅读次数:812
Openssl oscp命令
一、简介 ocsp,在线证书状态命,能够执行很多OCSP的任务,可以被用于打印请求文件和响应文件, 二、语法 openssl ocsp [-out file] [-issuer file] [-cert file] [-serial num] [-signer file] [-signkey fil...
分类:其他好文   时间:2015-07-25 11:57:07    阅读次数:126
使用CURL出现certificate verify failed错误的解决方法
今天使用CURL访问微信平台接口时遇到一个错误,返回错误代码如下:?12SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIF...
分类:Web程序   时间:2015-07-24 20:34:55    阅读次数:264
apk签名命令总结
1.查看apk的签名信息解压apk提取META-INF文件,得到CERT.RSA文件。 $ keytool -printcert -file META-INF/CERT.RSA2.查看keystore签名详细信息$ keytool -list -keystore debug.keystore 3.eclipse查看默认的debug签名信息路径如下:Windows/Preferense/Androi...
分类:其他好文   时间:2015-07-16 19:49:19    阅读次数:174
Subversion命令汇总
全局选项: --username ARG   指定用户名称 ARG --password ARG   指定密码 ARG --no-auth-cache   不要缓存用户认证令牌 --non-interactive   不要交互提示 --trust-server-cert   不提示的接受未知的证...
分类:其他好文   时间:2015-07-15 21:09:00    阅读次数:125
nodejs 客户端证书设置。
最近的系统要求较高的安全等级https+usbkey证书https的操作很简单openssl 生成ca 和证书,配置启动即可生成成功后,类似这样。类似这样var options = {key: fs.readFileSync(__dirname + '/server.key'),cert: fs.r...
分类:Web程序   时间:2015-07-07 21:11:53    阅读次数:333
HttpClient_httpclient中使用HTTPS的方法
import javax.net.ssl.SSLContext;import javax.net.ssl.TrustManager;import javax.net.ssl.X509TrustManager;import java.security.cert.CertificateException...
分类:Web程序   时间:2015-07-07 12:31:39    阅读次数:143
mybatis 传参为 Integer 时 ,Mapper 文件 中判断 条件 问题。
b.work_permit_card_cert is not null and b.work_permit_card_cert!=1 and b.delete_flag =0 u.user_...
分类:移动开发   时间:2015-07-06 12:07:35    阅读次数:129
[随笔]招投标注意事项
最近组织了几次招投标。心得记录如下:1、要验明参与厂商的证件。例如常见的证件原件。认证认可业务信息查询:常见的ISO9000证书可以查询http://cx.cnca.cn/rjwcx/web/cert/index.do?progId=1212信息系统集成资质http://gzly.miit.gov....
分类:其他好文   时间:2015-07-03 20:44:09    阅读次数:370
HttpWebRequest使用证书请求
HttpWebRequest使用证书请求//是否使用证书 if (isUseCert) { string path = HttpContext.Current.Request.PhysicalApplicationPath; X509Certificate2 cert = new X509Certi...
分类:Web程序   时间:2015-06-24 16:19:52    阅读次数:434
812条   上一页 1 ... 74 75 76 77 78 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!