码迷,mamicode.com
首页 >  
搜索关键字:x509    ( 282个结果
WCF如何使用X509证书(安装和错误)(二)
从当前用户导出到本地计算机的的证书格式为.pfx 并且要导出私钥。如何创建证书: makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=JiangServer -sky exchange -pe (服务端证书) makecert.exe -sr Loc...
分类:其他好文   时间:2015-08-02 23:03:17    阅读次数:200
sun X509/X500Name异常(解决中。。。)
appium环境搭建好后,再跑第一个脚本时遇到这个问题:Errors occurred during the build.Errors running builder 'Android Package Builder' on project 'myandroid1'.sun/security/x50...
分类:其他好文   时间:2015-07-31 17:51:46    阅读次数:219
mysql新建用户的方法
新增insert into mysql.user(Host,User,Password,ssl_cipher,x509_issuer,x509_subject) values("localhost","cz",password("cz2@14"),'','','');flush privileges...
分类:数据库   时间:2015-07-26 20:29:51    阅读次数:165
OpenStack Summit Paris 会议记录 - 11-05-2014
Ops/Design Summit - 2014-11-05 Record1. KeystoneOperators, Deployers, and DevOps1. Icehouse中,SAML文档非常少。Juno会提升文档质量。2. 多重认证。比方,用krb5 ticket和x509 certif...
分类:其他好文   时间:2015-07-26 15:45:40    阅读次数:123
一个完整的类用来读取OpenSSL生成的pem格式的x509证书
1 internal static class CcbRsaHelper 2 { 3 private const string Begin = "-----BEGIN "; 4 private const string End = "----...
分类:其他好文   时间:2015-07-21 12:28:31    阅读次数:274
由源码密码文件转转化成keystore
1.android 源码目录build\target\product\security 取platform.pk8 platform.x509.pem放到一个目录下E:\sign\convert_keystore>lsplatform.pk8 platform.x509.pem2.把pkcs8格式的...
分类:其他好文   时间:2015-07-19 21:25:27    阅读次数:216
openssl nodejs https+客户端证书+usbkey
mac sslconfig 文件路径/System/Library/OpenSSL/openssl.cnf一生成CAopenssl req -new -x509 -keyout ca.key -out ca.crt -config openssl.cnfcdpmacdeMBP:mkssl3 cdpm...
分类:Web程序   时间:2015-07-08 18:17:00    阅读次数:1503
python:使用OpenSSL
(一)安装pyOpenSSL1、下载并安装https://launchpad.net/pyopensslpyOpenSSL-0.11.winxp32-py2.7.msi2、导入pyOpenSSL库 >>> import OpenSSL(二)基础知识1、OpenSSL.crypto.X509()X.5...
分类:编程语言   时间:2015-07-08 10:53:28    阅读次数:160
CSP:使用CryptoAPI解析X509证书基本项
使用CryptoAPI解码X509证书的基本项,比如版本、序列号、公钥算法、证书用途、颁发者、使用者、有效期等。...
分类:Windows程序   时间:2015-07-07 16:51:54    阅读次数:448
push certificate
developer_identity.cer <= download from Applemykey.p12 <= Your private keyopenssl x509 -in developer_identity.cer -inform DER -out developer_identity....
分类:其他好文   时间:2015-07-03 12:21:16    阅读次数:119
282条   上一页 1 ... 21 22 23 24 25 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!