1.下载OpenSSL的windows版本 32位:openssl-1.0.2a-i386-win32.zip 64位:openssl-1.0.2a-x64_86-win64.zip 下载之后解压即可使用,不过软件缺少配置文件 2.建立配置文件 在解压后的目录, 即openssl.exe所在目录新建配置文件,名为openssl-1.0.2a.cnf,内容如下 # For use with easy-rsa version 2.0 and OpenSSL 1.0.0* # This definit
方法一: Windows binaries can be found here: http://www.slproweb.com/products/Win32OpenSSL.html You can do this conversion with the OpenSSL library http://www.openssl.org/ 方法二:(手动编译) 1. 下载最新版本的Perl,安装后重启系统. http://www.activestate.com/activeperl/downloads
需求:验证过期的证书在系统中不能使用. 问题:如何生成过期的证书呢? 解决方法:1.调整系统时间 2.生成证书 3.验证证书startdate 和 enddate 是否符合你的预期 1.调整系统时间 1.Set date from the command line: " 2.Set time from the command line: date +%T -s "11:14:00" 2. 生成证书 参考连接:https://