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
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
1、新建一个App ID2、在钥匙串中生成一个Push.certSigningRequest3、用App ID和Push.certSigningRequest生成一个Certificate(推送的),然后在钥匙串中导出Certificate生成Push.p124、用App ID生成一个Provisi...
分类:
移动开发 时间:
2014-11-05 00:21:29
阅读次数:
238
Eclipse新建的项目全部都打有红叉,clean,重启一直没有用,在网上看了挺多的,觉得这个方法不错。如图:错误的意思:Debug Certificate 过期了的缘故。解决办法:1.进入:C:\Documents and Settings\Administrator\.Android 2.删除:...
分类:
系统相关 时间:
2014-11-03 14:35:48
阅读次数:
213
自签名证书用途很广,测试,开发,本地或者云端网站(比如Microsoft Azure Web Site)都会使用到。本文会介绍一种在Win8.1和Win2012 R2上使用PowerShell快速生成自签名证书,自动导出私钥并在LocalMachine\My和LocalMachine\Root下自动...
$h = Get-SPServiceHostconfig$h.Provision()$services = Get-SPServiceApplicationforeach ($service in $services) { $service.provision(); write-host $serv...
分类:
移动开发 时间:
2014-10-29 19:19:03
阅读次数:
365
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
要让苹果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”错误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