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
一.安装Composer首先你需要安装Composer,Composer是PHP依赖管理工具,Laravel框架就是使用Composer执行安装和依赖管理。注:(1)若安装Composer出错,在php.ini中开启php_openssl,php_fileinfo扩展,因为Laravel需要。(2)...
分类:
其他好文 时间:
2014-10-24 20:27:26
阅读次数:
339
用OpenSSL命令行生成证书文件1.首先要生成服务器端的私钥(key文件):openssl genrsa -des3 -out server.key 1024运行时会提示输入密码,此密码用于加密key文件(参数des3便是指加密算法,当然也可以选用其他你认为安全的算法.),以后每当需读取此文件(通...
分类:
其他好文 时间:
2014-10-24 18:21:35
阅读次数:
327
1.Link Binary With Libraries 中添加libz.dyllb2.复制OpenSSL(libssl.a & libcryto.a &NSData+CocoaDevUsersAdditions.h &NSData+CocoaDevUsersAdditions.m)到文件目录中,并...
分类:
其他好文 时间:
2014-10-24 16:03:05
阅读次数:
119
玩板子的时候,无意在QT Creater上看见有一个ssh可以远程连接调试,不知道是个什么样子,于是搜索什么使SSH,经过大量的查阅网上资料,于是萌生了要把openss移植到开发板上的想法,心动不如行动,搜索到用的zlib-1.2.8,openssl-0.9.8zc,openssh-6.6p1......
分类:
其他好文 时间:
2014-10-23 22:38:00
阅读次数:
198
keyhash是由keystore产生的三个命令解决问题keytool -exportcert -alias androiddebugkey -keystore debug.keystore > debug.txt输入密码:openssl sha1 -binary debug.txt > debu....
分类:
其他好文 时间:
2014-10-23 17:38:46
阅读次数:
149
一、 安装依赖包
在Linux内核系统中,Subversion编译安装最新版本时,需要安装以下依赖包:
apr-1.5.1、apr-util-1.5.4、zlib-1.2.8、openssl、expat-2.1.0、serf-1.2.1 、sqlite-amalgamation-3080700
1、 安装apr模块(1.5.1)
官网URL:http://apr.apache.org/
...
分类:
其他好文 时间:
2014-10-23 14:26:47
阅读次数:
262