码迷,mamicode.com
首页 >  
搜索关键字:certificate    ( 805个结果
Xcode Unable to install "XXX"
The certificate used to sign "XXX" has either expired or has been revoked. An updated certificate is required to sign and install the application. Xco ...
分类:其他好文   时间:2016-07-13 19:57:52    阅读次数:722
fiddler4监听https
配置就不多说了,直接上图。 关键点在与我创建的时候应该是由于windows权限原因,和根证书一直找不到的原因前后提示了: creation of the root certificate was not successful Failed to find the root certificate i ...
分类:Web程序   时间:2016-07-07 19:10:23    阅读次数:279
nginx 1.11.0实现http和https正向代理
编译安装时候加上这个--with-http_ssl_module生成ssl证书443.crt和443.keynginx配置文件里这样写server{listen80;listen443ssl;server_name~^(.*);ssl_certificate/usr/local/nginx/conf/keys/443.crt;ssl_certificate_key/usr/local/nginx/conf/keys/443.key;location/{resolv..
分类:Web程序   时间:2016-07-01 23:08:02    阅读次数:174
centOS 6.5安装python和nginx
一、安装python3.5 1、安装python3.5 2、安装pip并升级到最新 注意:wget获取https的时候要加上:--no-check-certificate ...
分类:编程语言   时间:2016-07-01 19:48:59    阅读次数:158
charles 之 ssl proxy 设置(https抓包)
PC端设置 1、启动Charles软件,在菜单中找到 Help -> SSL Proxying ->Install Charles Root Certificate. 2、菜单中找到 proxy -> SSL proxy setting -> 勾选Enable SSL Proxying -> loc ...
分类:Web程序   时间:2016-07-01 13:12:55    阅读次数:1344
nginx开启ssl
server{ listen443; server_namehsggj.docker.com;自己定义的地址; sslon; ssl_certificate/etc/nginx/ssl/nginx.crt;crt所在的位置; ssl_certificate_key/etc/nginx/ssl/nginx.key;key所在的位置; }如果生成证书就不演示了,我的博客中有详细介绍,可自行查找;定义完成后保..
分类:其他好文   时间:2016-06-30 23:40:21    阅读次数:232
证书透明度Certificate Transparency
今天发现使用google浏览器访问HTTPS网址时,点击小锁-->>连接-->>有一项服务器未提供任何certificatetransparency信息?只有google浏览器有这个提示,其他浏览器都没有这个提示!什么是证书透明度CertificateTransparency?证书透明度CertificateTransparency是谷..
分类:其他好文   时间:2016-06-30 11:05:51    阅读次数:144
iOS Provisioning Profile(Certificate)与Code Signing详解
引言         关于开发证书配置(Certificates & Identifiers & Provisioning Profiles),相信做 iOS 开发的同学没少被折腾。对于一个 iOS 开发小白、半吊子(比如像我自己)抑或老兵,或多或少会有或曾有过以下不详、疑问、疑惑甚至困惑: 什么是App ID?Explicit/Wildcard App ID有何区别?什么是A...
分类:移动开发   时间:2016-06-30 11:01:12    阅读次数:838
(诺顿安全认证签章) 安装说明
注意: 必须先购买 Symantec SSL Certificate 或 单独的购买“Symantec Safe Site”,然后才能安装诺顿安全认证签章。 请参考官方的安装指南:http://www.symantec.com/ssl/seal-agreement/install.jsp 查看签章 ...
分类:其他好文   时间:2016-06-24 10:42:12    阅读次数:265
Oracle OCA J2SE7 Cetificate - Rules for Primitive Types
AnybiggerthananintcanNEVERbeassignedtoanintoranythingsmallerthanint(byte,char,orshort)withoutexplicitcast.Constantvaluesuptointcanbeassigned(withoutcast)tovariablesoflessersize(e.g.shorttobyte)ifthevaluesarerepresentablebythevariable.Operandsofmathematicalo..
分类:数据库   时间:2016-06-16 18:26:02    阅读次数:242
805条   上一页 1 ... 47 48 49 50 51 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!