jks是java keystore的简称,是java的数字证书库,查看证书私钥需要密码,避免私钥一名文的形式出现在代码中情景一:客户端签名,服务器验签,确定是否是自己人使用keytool生成jks,keytool工具在java->jdk->bin目录下,使用命令行,ps:红色部分请自行替换keyto...
分类:
其他好文 时间:
2015-10-10 15:24:26
阅读次数:
4635
1.创建证书文件bash-3.2$bash-3.2$mkdirsslbash-3.2$cdsslbash-3.2$opensslgenrsa-outkey.pem1024GeneratingRSAprivatekey,1024bitlongmodulus....................................++++++..........++++++eis65537(0x10001)bash-3.2$opensslreq-new-keykey.pem-outcertrequest..
分类:
Web程序 时间:
2015-10-09 08:11:51
阅读次数:
209
请到官方下载openssl https://www.openssl.org/source/ 下载到本地之后解压,将要查看的证书放到openssl目录下 打开command窗口 具体命令请参考下文: One way to verify if "keytool" did export my certificate...
分类:
其他好文 时间:
2015-10-08 18:30:51
阅读次数:
264
系统:centos6.5 linux系统生成公私钥对方法: openssl genrsa -out rsa_private_key.pem 1024 openssl pkcs8 -topk8 -inform PEM -in rsa_private_key.pem -outform PEM -nocrypt -out private_key.pem openssl...
分类:
Web程序 时间:
2015-09-29 19:09:16
阅读次数:
246
P12 练习题1.21. (10) $\begin{align*}\lim\limits_{n\rightarrow \infty} \frac{n^2 \arctan n}{1+n^2} = \frac{\pi}{2}\end{align*}$证:因为 $\begin{align*}\frac{n...
分类:
其他好文 时间:
2015-09-28 16:20:57
阅读次数:
208
AWS的EC2服务器是用密钥来认证的,在创建instance时,会提示,创建一个key pair,同时会提示下载一个xxx.pem的密钥文件到本地硬盘。下面是通过SecureCRT连接到EC2的操作步骤:1.上传xxx.pem文件到一个linux系统下,修改其权限为600,。命令 chmod 600...
分类:
其他好文 时间:
2015-09-27 00:05:18
阅读次数:
243
系统签名所需要的工具signapk.jar -------------------->out/host/linux-x86/framework/signapk.jar (build/tools/signapk目录编译生成)platform.pk8,platform.x509.pem -------....
分类:
移动开发 时间:
2015-09-23 17:00:05
阅读次数:
258
本教程以AppServ生成自签名证书为例,同时配置OpenSSL环境1.生成自签名证书,控制台程序进入Apache目录下的bin目录>openssl req -config ../conf/openssl.cnf -new -out server.csr -keyout server.pem>ope...
分类:
其他好文 时间:
2015-09-22 18:40:33
阅读次数:
130
1.Generating SSH keys参考:https://help.github.com/articles/generating-ssh-keys/若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not open a connection to your au...
分类:
系统相关 时间:
2015-09-20 16:06:00
阅读次数:
149
1、先访问要压测的网站地址,从浏览器中将证书导出,或者直接找开发人员要这个证书; 一般证书是cer格式; 2、因为loadrunner只支持pem格式的证书,所以要将证书转换格式; 这里就需要用到openssl工具,进入cmd命令窗口,进入openssl的安装目录,输入命令将证书转换为pem...
分类:
Web程序 时间:
2015-09-17 19:26:01
阅读次数:
311