码迷,mamicode.com
首页 >  
搜索关键字:ssl 证书管理 openssl    ( 10633个结果
centos python2.7 easy_install pip安装
倒腾了三四个小时,尼玛 各种编 ?各种download 开始安装 首先要安装的是 zlib zlib-delve openssl ?openssl-devel?readline?readline-delve? yum install?zlib zlib-delve openssl ?openssl-devel readlin...
分类:编程语言   时间:2014-12-01 16:26:52    阅读次数:816
rabbitmq server的安装以及常用的命令
Centos 源代码编译 安装 ErlangErlang依赖哪些库? A fully working GCC compiler environment Ncurses development libraries OpenSSL development libraries (如果使用mysql必须安装...
分类:其他好文   时间:2014-12-01 15:48:05    阅读次数:221
openssl生成私钥和公钥
openssl生成私钥和公钥...
分类:其他好文   时间:2014-11-30 10:22:23    阅读次数:187
Android SDK Manager更新不了的解决办法
android SDK Manager更新不了,出现错误提示:"Failed to fetch URL..."!可以用以下办法解决:使用SDK Manager更新时出现问题 Failed to fetch URLhttps://dl-ssl.google.com/android/repository...
分类:移动开发   时间:2014-11-29 17:29:29    阅读次数:177
几款常用Eclipse java插件
以下是我最近常用的几款Eclipse java插件: ADT Plugin https://dl-ssl.google.com/android/eclipse/ WindowBuilder Pro http://download.eclipse.org/windowbuilder/WB/integr...
分类:编程语言   时间:2014-11-29 17:12:39    阅读次数:136
Connection to https://dl-ssl.google.com refused 解决方案
由于国内不能直接访问Google设在国外的服务器,因此更新Android SDK的时候会遇到 refused 的情况,在命令行ping dl-ssl.google.com显示“请求超时”,解决方法就是修改host文件,把网址对应的IP手动添加进去; 首先进入http://ip.chinaz.c...
分类:Web程序   时间:2014-11-28 22:45:11    阅读次数:441
www服务器SSL配置
安装mod_sslyuminstallmod_ssl–y配置文件路径/etc/httpd/conf.d/ssl.conf开放防火墙端口并保存iptables–IINPUT1–ptcp--dport443–jACCEPTserviceIptablessave/etc/pki/tls/certs生成证书目录makeaa.crt生成证书aa.crt将生成证书复制到/etc/httpd/conf下cpaa.*/etc/httpd/con..
分类:其他好文   时间:2014-11-28 14:34:23    阅读次数:179
Java制作证书的工具keytool用法总结
一、keytool的概念 keytool 是个密钥和证书管理工具。它使用户能够管理自己的公钥/私钥对及相关证书,用于(通过数字签名)自我认证(用户向别的用户/服务认证自己)或数据完整性以及认证服务。在JDK 1.4以后的版本中都包含了这一工具,它的位置为%JAVA_HOME%\bin\keytoo....
分类:编程语言   时间:2014-11-28 14:07:25    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!