从当前用户导出到本地计算机的的证书格式为.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
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
新增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
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
1 internal static class CcbRsaHelper 2 { 3 private const string Begin = "-----BEGIN "; 4 private const string End = "----...
分类:
其他好文 时间:
2015-07-21 12:28:31
阅读次数:
274
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
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
(一)安装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
使用CryptoAPI解码X509证书的基本项,比如版本、序列号、公钥算法、证书用途、颁发者、使用者、有效期等。...
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