码迷,mamicode.com
首页 >  
搜索关键字:certificate    ( 805个结果
openssl创建自己的CA certificate
Create a Certificate Authority private key (this is your most important key):$ openssl req -new -newkey rsa:1024 -nodes -out ca.csr -keyout ca.keyCrea...
分类:其他好文   时间:2014-11-05 22:48:08    阅读次数:230
windows中用eclipse开发Android环境搭建SDK安装异常
SDK更新时的“https://dl-ssl.google.com refused”错误Download interrupted: hostname in certificate didn't match: != Download interrupted: Connection to https:....
分类:移动开发   时间:2014-11-05 10:31:46    阅读次数:181
Jelly学习:iOS推送证书的生成(过程中有密码设置,请记住密码)
1、新建一个App ID2、在钥匙串中生成一个Push.certSigningRequest3、用App ID和Push.certSigningRequest生成一个Certificate(推送的),然后在钥匙串中导出Certificate生成Push.p124、用App ID生成一个Provisi...
分类:移动开发   时间:2014-11-05 00:21:29    阅读次数:238
ADT Eclipse中新建项目都全部打红叉的解决办法
Eclipse新建的项目全部都打有红叉,clean,重启一直没有用,在网上看了挺多的,觉得这个方法不错。如图:错误的意思:Debug Certificate 过期了的缘故。解决办法:1.进入:C:\Documents and Settings\Administrator\.Android 2.删除:...
分类:系统相关   时间:2014-11-03 14:35:48    阅读次数:213
如何在Win8.1和Win2012上运用PowerShell快速生成、安装、导出自签名证书 (Self-Signed Certificate)
自签名证书用途很广,测试,开发,本地或者云端网站(比如Microsoft Azure Web Site)都会使用到。本文会介绍一种在Win8.1和Win2012 R2上使用PowerShell快速生成自签名证书,自动导出私钥并在LocalMachine\My和LocalMachine\Root下自动...
分类:Windows程序   时间:2014-11-01 14:44:42    阅读次数:503
SharePoint server error in '/securitytokenserviceapplication' application. value cannot be null. parameter name certificate
$h = Get-SPServiceHostconfig$h.Provision()$services = Get-SPServiceApplicationforeach ($service in $services) { $service.provision(); write-host $serv...
分类:移动开发   时间:2014-10-29 19:19:03    阅读次数:365
iOS 8 Apple Push Notification Service
Apple Configuration 1. create Apple ID in Apple Developer Website2. check on "Push Notification" in the functionality3. configure for Push Notification in Development: create certificate 3...
分类:移动开发   时间:2014-10-29 00:15:36    阅读次数:334
CodeSign相关
要让苹果App在真机上跑,需要私钥(PrivateKey),证书(Certificate)和描述文件(Provisioning Profile)。(一) 安全基础: 1.非对称加密: 2.Hash码(二) CodeSign 打包app上传的时候,为了确保在传输过程中app内容没有被更改...
分类:其他好文   时间:2014-10-28 08:10:29    阅读次数:205
消除SDK更新时的“https://dl-ssl.google.com refused”异常--(转)
SDK更新时的“https://dl-ssl.google.com refused”错误Download interrupted: hostname in certificate didn't match: != Download interrupted: Connection to https:....
分类:Web程序   时间:2014-10-27 22:48:59    阅读次数:268
自签数字证书
概念: 数字证书认证机构(英语:Certificate Authority,缩写为CA),也称为电子商务认证中心、电子商务认证授权机构或证书授权中心,是负责发放和管理数字证书的权威机构,并作为电子商务交易中受信任的第三方,...
分类:其他好文   时间:2014-10-24 19:16:56    阅读次数:266
805条   上一页 1 ... 73 74 75 76 77 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!