1、安装依赖包
[root@localhost mysql-5.1.50]# yum -y install gcc gcc-c++ ncurses ncurses-devel openssl openssl-devel libtool*
2、创建用户
[root@localhost mysql-5.1.50]# groupadd mysql
[root@localhost mysql-5....
分类:
数据库 时间:
2014-11-03 19:27:46
阅读次数:
234
openssl生成公私钥对 生成私钥 openssl?genrsa?-out?rsa_private_key.pem?1024 导出公钥 openssl?rsa?-in?rsa_private_key.pem?-out?rsa_public_key.pem?-pubout 私钥转PKCS#8编码 openssl?pkcs8?-to...
分类:
编程语言 时间:
2014-11-01 23:23:38
阅读次数:
576
package com.security.rsa; import java.security.Key;import java.security.KeyFactory;import java.security.KeyPair;import java.security.KeyPairGenerator;...
分类:
编程语言 时间:
2014-11-01 17:45:11
阅读次数:
213
已经按了php环境开发过程中需要安装openssl扩展方法:1,查看php版本号2,然后找到cd/usr/port/lang/php5-ext扩展里面(这里要对应php版本号php-v)3,makeconfig到界面找到对应的扩展4,makeinstallclean5,重启php-fpm
分类:
Web程序 时间:
2014-10-31 19:21:27
阅读次数:
362
笔者是在vmware中的Debian7下部署nginx服务器,采用离线部署方式。过程如下:1.准备好需要的离线安装包nginx-1.6.2.tar.gz,pcre-8.34.tar.gz,openssl(在线安装),zlib-1.2.8.tar.gz (这些包文章末尾给出了下载链接)2.安装pcre...
分类:
其他好文 时间:
2014-10-31 15:08:58
阅读次数:
168
前提:这里要求安装了perl,不做介绍,不会的去网上找来安装就行了,遇到添加环境变量到系统环境变量的地方选中 因为用do_ms的时候,经常遇到问题,这里用nasm来安装,所以也要有nasm的环境,去网上下载下来安装就好了,解压版也好,安装过程不会有环境变量的设置,所以一路下一步就好了1、官网下...
分类:
其他好文 时间:
2014-10-31 11:39:06
阅读次数:
273
cd/etc/pki/tls[root@ip-172-31-21-147 tls]# cat openssl.cnf## OpenSSL example configuration file.# This is mostly being used for generation of certific...
分类:
其他好文 时间:
2014-10-29 14:36:14
阅读次数:
916
1、安装pcre
下载地址:[root@lw-01~]#cdpcre-8.36
[root@lw-01pcre-8.36]#./configure--prefix=/usr/local/pcre2、安装OpenSSL
下载地址:[root@lw-01~]##cdopenssl-1.0.2-beta3
[root@lw-01openssl-1.0.2-beta3]#./config--prefix=/usr/local--openssldir=/usr/local/openssl..
分类:
其他好文 时间:
2014-10-28 18:05:25
阅读次数:
199
先去官方下载mysql5.6.20源码包,然后yum-yinstallgccgcc-develgcc-c++gcc-c++-develautoconf*automake*
zlib*libxml*ncurses-develncurseslibgcrypt*libtool*cmakeopenssl
openssl-develbisonbison-devel准备编译需要用到的组件。创建mysql用户和组groupaddmysqluseradd-gmysq..
分类:
数据库 时间:
2014-10-27 15:45:23
阅读次数:
268
1 echo "password" | openssl passwd -1 -salt $(< /dev/urandom tr -dc '[:alnum:]' | head -c 32) -stdin1 $1$cVcjk1yK$sfdBsYIEr800Mdr3PsICe02 $1$oBrzawaF$...
分类:
系统相关 时间:
2014-10-27 10:36:07
阅读次数:
406