1 .在 iOS 9 中启动应用时,出现提示“未受信任的企业级开发者”在系统中打开 设置 - 通用 - 描述文件(在iOS 9.2以后叫:设备管理),此时,可以看到有一个和刚刚弹出的提示中文字类似的描述文件。然后,点击对应描述…
发布时间:2016-10-25站点必须同时支持https和http访问 , 固定链接地址的就不建议做
发布时间:2016-10-25官方参考文章: http://help.apple.com/deployment/ios/#/apda0e3426d7前提条件:使用企业开发者帐号发布的APP ( 购买Apple企业开发者帐号 $299)服务器已安装ssl证书, 可以使用https://www.gworg.com 访问自己的域名,…
发布时间:2016-10-25第一步: 登录OpenCart后台, 系统管理 》 设置 ,点击 Server 选项卡。 选中【use SSL】默认后台地址:http://www.gworg.com/admin (gworg.com请改成自己的域名)第二步: 前端支持SSL , 编辑根目录的 config.php…
发布时间:2016-10-25IIS6强制使用256位需要3个步骤:1. 安装此修复程序http://support.microsoft.com/kb/948963,以支持AES128加密和AES256加密。2. Cipher suites的顺序在Windows 2003命令是固定好的, AES 128是最高优先级的,AES 256排…
发布时间:2016-10-25GeoTrust: https://products.geotrust.com/orders/orderinformation/authentication.doSymantec:https://products.websecurity.symantec.com/orders/orderinformation/authentication.dothawte: https://products.tha…
发布时间:2016-10-251 . 检测ssl.key 密码是否正确2 . 给server.key 添加密码3. 去掉密码
发布时间:2016-10-25DirectAdmin 开启SNI,允许共享IP安装多个证书http://directadmin.com/features.php?id=1100修改 directadmin.confenable_ssl_sni=0更改为:enable_ssl_sni=1CentOS 5 和 Debian 5 不支持SNI , 需要升级到CentOS 6 以…
发布时间:2016-10-25原文: https://github.com/paypal/TLS-updatePaypal 最新版必须使用TLS1.2协议连接(TLS1.2 HTTP1.1)。PHP环境测试方法:$ php -r '$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://tlstest.paypa…
发布时间:2016-10-25openssl ecparam -out server.key -name prime256v1 -genkey##可选 prime384v1 或 prime521v12. 生成CSRopenssl req -new -key server.key -out server.csr####然后根据提示输入国家城市域名等信息 , 会员中心中提交C…
发布时间:2016-10-25