转自 https://tecadmin.net/install-openssl-on-windows/

OpenSSL is a full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is licensed under an Apache-style license. This tutorial will help you to install OpenSSL on Windows operating systems.

Step 1 – Download OpenSSL Binary

Download the latest OpenSSL windows installer from Official download page. The official download page link is given below:

http://slproweb.com/products/Win32OpenSSL.html

Step 2 – Run OpenSSL Installer

Now run the OpenSSL installer on your system. The OpenSSL required Microsoft Visual C++ to be installed on your system. If your system doesn’t have Microsoft Visual C++ installed, the installer will show your message like:

Click Yes to download and install required Microsoft Visual C++ package on your system.

Then again run the OpenSSL installer and follow the wizard.

Step 3 – Setup Environment Variables

Now set the environment variables to function OpenSSL properly on your system. You are required to set OPENSSL_CONF and Path environment variables.

set OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg
set Path=......Other Values here......;C:\OpenSSL-Win32\bin

Set OPENSSL_CONF Variable:

Set Path Variable:

Step 4 – Run OpenSSL Binary

Open a command prompt and type openssl to get OpenSSL prompt. Then run version command on OpenSSL proper to view installed OpenSSL version.

最新文章

  1. 如何在HTMl网页中插入百度地图
  2. JS的join函数用法
  3. OA系统权限管理设计(转载)
  4. 关于OA中权限越级的问题
  5. HTML&CSS基础学习笔记1.30-颜色的表达
  6. edit distance leetcode
  7. C语言的一些基础
  8. 让getElementsByClassName兼容
  9. web兼容性测试相关知识
  10. [Mysql]Innodb 独立表空间和共享表空间
  11. c#实现文件写入数据表/以二进制流保存到数据库,并实现下载
  12. python 面向对象(三)类与类之间的关系 初始化方法一些类
  13. Codeforces 666E E - Forensic Examination SA + 莫队 + 线段树
  14. Python之道(一)之安装Python
  15. [Windows Azure] Data Management and Business Analytics
  16. C# ThreadStart和ParameterizedThreadStart区别
  17. 最大流(EK)
  18. BufferedImage操作图片笔记(转)
  19. 【JavaScript】JavaScript(V8)实现输入输出
  20. C++中用完需要释放掉内存的几个类

热门文章

  1. windows 8/10 彻底删除脱机文件
  2. Hive2.0常用函数(对编辑器很无语😓)
  3. 洛谷 P3469 [POI2008]BLO-Blockade (Tarjan,割点)
  4. __builtin_ _Find_first()
  5. PHP把数组按指定的个数分隔
  6. linux运维面试前,先来检查这些基础知识忘了没?
  7. JSP常用标签
  8. Orchard Core 使用工作流处理页面提交
  9. IDEA中配置Jetty Server
  10. [2019牛客多校第二场][G. Polygons]