码迷,mamicode.com
首页 >  
搜索关键字:证书申请 openssl keytool    ( 4654个结果
CentOS-6.3 编译erlang-otp 17.0 报relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used when making a shared object; recompile with -fPIC错误
编译erlang otp 17.0 一直提示:/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(cryptlib.o): relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe...
分类:其他好文   时间:2014-06-28 13:16:07    阅读次数:497
添加curl的openssl的功能,实现https的正确访问
公司开发部遇到一个难题,服务器环境的curl的功能参数无法支持ssl,那么很多功能将会无法实现。那么好吧,这个问题只好抛到运维这边了,我也是个新手,下边的见解纯属个人分析(如有问题,欢迎讨论):首先系统:Centos 6.5 x86_64,服务器版本的默认安装路径:curl在/usr下,openss...
分类:其他好文   时间:2014-06-28 11:33:22    阅读次数:156
常用的证书格式转换
1.从pfx格式的证书提取出密钥和证书set OPENSSL_CONF=openssl.cnfopenssl pkcs12 -in my.pfx -nodes -out server.pemopenssl rsa -in server.pem -out server.keyopenssl x509 ...
分类:其他好文   时间:2014-06-23 06:45:18    阅读次数:211
linux之md5库
在使用md5函数之前要先安装openssl,以及libssl-dev。 包含头文件:#include 两种方式: 第一种: int MD5_Init(MD5_CTX *c); int MD5_Update(MD5_CTX *c, const void *data, size_t len); int MD5_Final(unsigned char *md, MD5_CTX *c);...
分类:系统相关   时间:2014-06-22 15:37:03    阅读次数:1261
[LAMP环境搭建二]MySQL安装
安装前准备工作:[root@bogon src]# yum -y install bison bison-devel ncurses ncurses-devel openssl openssl-develcmake下载安装http://www.cmake.org/files/v2.8/cmake-2...
分类:数据库   时间:2014-06-21 13:46:44    阅读次数:188
linux服务之ssh
一,查看版本[root@host02 ~]# ssh -VOpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010 表明该系统正在使用OpenSSHssh -V ssh: SSH Secure Shell 3.2.9.1 (non-commercial ve...
分类:系统相关   时间:2014-06-20 19:18:13    阅读次数:396
nginx搭建flv、mp4流媒体服务
1、安装pcre-8.33.tar.bz2#tar -xvf 1.pcre-8.33.tar.bz2#cd pcre-8.33/#./configure#make && make install2、安装openssl-1.0.1h.tar.gz#tar -xvfopenssl-1.0.1h.tar....
分类:其他好文   时间:2014-06-18 18:05:49    阅读次数:267
Window7 64位下Nginx配置https
一、安装Nginx 官方下载地址:http://nginx.org/en/download.html 直接下载1.7.1.zip的链接:http://nginx.org/download/nginx-1.7.1.zip二、安装Openssl 官方下载的没弄明白怎么用,不过还是留下链接以备之后使...
分类:Windows程序   时间:2014-06-18 09:27:35    阅读次数:313
OpenSSL之命令总结
OpenSSL从基础到应用系列:1)OpenSSL之安全通讯基础2)OpenSSL之PKI3)OpenSSL之SSL协议的Web安全实现4)OpenSSL之编译安装透过上面几个方面的学习,我们应该对OpenSSL有了一个基本的了解。OpenSSL功能之强大,命令组合用法之多,往往让我们的学习不知所措。在此,我们来对openssl..
分类:其他好文   时间:2014-06-17 18:40:54    阅读次数:161
OpenSSL之编译安装
OpenSSL编译安装forLinux:安装环境: 操作系统:CentOSrelease6.5 OpenSSL版本:openssl-1.0.1h 下载源码包: 源码包名称:openssl-1.0.1h.tar.gz 下载地址:http://www.openssl.org/source/ 校验源码包: [root@localhost~]#sha1sumopenssl-1.0.1h.tar.gz b2239599c8bf8f7fc48..
分类:其他好文   时间:2014-06-17 18:35:44    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!