openssl genrsa -des3 -out domain.key 1024openssl req -new -key domain.key -out domain.csr openssl req -new -x509 -keyout ca.key -out ca.crt openssl c....
分类:
其他好文 时间:
2015-11-28 00:56:36
阅读次数:
327
转载 :http://www.xuebuyuan.com/1003437.html2013年10月01日? 综合? 共 1948字 ? 字号小中大?评论关闭首先,使用如下命令生成证书和key:openssl req -new -x509 -days 365 -nodes -out cert.pem ...
分类:
编程语言 时间:
2015-11-20 00:16:47
阅读次数:
805
http://www.cnblogs.com/wuhuacong/archive/2011/09/29/2195528.htmlhttp://www.cnblogs.com/server126/archive/2011/12/30/2307258.html
分类:
其他好文 时间:
2015-11-17 00:17:00
阅读次数:
107
相关的软件的安装在这里就不表述了。 生成证书: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/nginx/cert.key -out /etc/nginx/cert.crt 编辑Nginx 域名配置文件: server
{
listen ...
分类:
Web程序 时间:
2015-11-12 20:20:35
阅读次数:
384
#openssl req -new -x509 -days 365 -nodes -out stunnel.pem -keyout stunnel.pem# openssl gendh 512>> stunnel.pemstunneliptables -A INPUT -s 14.156.0.0/1...
分类:
其他好文 时间:
2015-11-06 01:41:43
阅读次数:
233
概要本文讲解三个部分:1.创建自签名证书2.创建自己的证书颁发机构3. 以及如何配置IIS创建自签名证书首先,创建一个私钥文件:openssl genrsa -out myselfsigned.key 2048然后利用私钥创建自签名证书:openssl req -new -x509 -key mys...
分类:
其他好文 时间:
2015-10-26 13:34:58
阅读次数:
272
Aloaha Sign是一个验证PDF,p7m,D2D,xmldsig或PKCS 7签名极好的工具。此外,它几乎可以与任何原生支持智能卡的文件类型数字签名。文件格式与Adobe.PPKMS / adbe.pkcs7.detached签名PDF文件与Adobe.PPKMS / adbe.x509.rs...
分类:
其他好文 时间:
2015-10-18 10:00:18
阅读次数:
511
第一步,自制CA证书和Server证书,私钥自制CA私钥openssl genrsa -des3 -out ca.key 4096自制CA证书openssl req -new -x509 -days 3650 -key ca.key -out ca.crt自制Server私钥,生成免密码版本open...
分类:
Web程序 时间:
2015-10-17 16:09:11
阅读次数:
246
WCF如何使用X509证书如何创建证书: makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=JiangServer -sky exchange -pe (服务端证书) makecert.exe -sr LocalMachine -ss My -a ...
分类:
其他好文 时间:
2015-10-02 11:20:08
阅读次数:
244
系统签名所需要的工具signapk.jar -------------------->out/host/linux-x86/framework/signapk.jar (build/tools/signapk目录编译生成)platform.pk8,platform.x509.pem -------....
分类:
移动开发 时间:
2015-09-23 17:00:05
阅读次数:
258