先安装openssl,然后打开openssl(可直接找到openssl的安装目录中的openssl.exe点击输入下列信息)genrsa -out rsa_private_key.pem 1024生成私钥文件pkcs8 -topk8 -inform PEM -in rsa_private_key.p...
分类:
其他好文 时间:
2015-07-29 18:52:29
阅读次数:
134
安装需求: >#?yum?install?curl-devel?expat-devel?gettext-devel?openssl-devel?zlib-devel?asciidoc>#?yum?install??gcc?perl-ExtUtils-MakeMaker???
???error:?```/utf8.c:463:?undefin...
分类:
其他好文 时间:
2015-07-28 21:24:06
阅读次数:
193
安装openssl for Windows.之后开管理员控制台,打开openSSL我的是C:\OpenSSL-Win32\bin\openssl.exe生成1024位的私钥,不指定的话默认2048位genrsa -out rsa_private_key.pem 1024 根据这个私钥生成公钥pkcs...
分类:
其他好文 时间:
2015-07-28 20:16:36
阅读次数:
119
用Node.js创建自签名的HTTPS服务器创建自己的CA机构创建服务器端证书创建客户端证书将证书打包创建自己的CA机构为CA生成私钥openssl genrsa -out ca-key.pem -des 1024通过CA私钥生成CSRopenssl req -new -key ca-key.pem...
分类:
Web程序 时间:
2015-07-28 17:45:13
阅读次数:
176
自己制作ssl证书:自己签发免费ssl证书,为nginx生成自签名ssl证书 这里说下Linux 系统怎么通过openssl命令生成 证书。 首先执行如下命令生成一个keyopenssl genrsa -des3 -out ssl.key 1024 然后他会要求你输入这个key文件的密...
分类:
其他好文 时间:
2015-07-26 20:41:29
阅读次数:
312
系统版本:CentOS6.5软件版本:cacti-0.88f需要预安装的软件有以下几种,可以通过yum安装全部yum -y install net-snmp*yum -y install openssl*yum -y install rrd*yum -y install httpd* mysql* ...
分类:
其他好文 时间:
2015-07-26 06:00:32
阅读次数:
218
一、简介 gendsa命令能够根据DSA密钥参数生成DSA密钥 二、语法 openssl gendsa [-out filename] [-passout out] [-rand file(s)] [-engine id] [paramfile] [-des] [-des3] [-idea] 选项 ...
分类:
其他好文 时间:
2015-07-25 13:42:19
阅读次数:
548
一、简介 pkeyutl命令能够测试所支持的密钥算法的性能 二、语法 openssl rsautl [-in file] [-out file] [-sigfile file] [-inkey file] [-passin arg] [-keyform PEM|DER] [-peerkey file...
分类:
其他好文 时间:
2015-07-25 13:41:42
阅读次数:
608
1. 准备所需工具:1) apache httpd2.4浏览2) Win32 OpenSSL v1.0.2d浏览2. 安装2.1 安装Apache2.4服务php环境搭建浏览2.2 安装OpenSSL双击Win64OpenSSL-1_0_2d.exe进行安装即可。3. 生成密钥进入%OpenSSL%...
分类:
Web程序 时间:
2015-07-25 13:41:39
阅读次数:
112
一、简介 dsaparam指令用来生成和操作dsa参数 二、语法 openssl dsaparam [-inform DER|PEM] [-outform DER|PEM] [-in filename ] [-out filename] [-noout] [-text] [-C] [-rand fi...
分类:
其他好文 时间:
2015-07-25 13:36:20
阅读次数:
139