- Download the OpenSSL for Windows installation package.
- If the following error message appears, you should install Microsoft Visual C++ 2008 Redistributables. The installation file can be downloaded here.

- Double-click the installation file and click on Next

- Click on I accept the agreement, followed by Next.

- Leave the default installation path (C:\OpenSSL-Win32) and click on Next.
![clip_image003[1] clip_image003[1]](https://secureservercdn.net/160.153.137.99/l1x.ce8.myftpupload.com/wp-content/uploads/2021/02/clip_image0031_thumb.png?time=1613043741)
- Leave the default Startmenu folder(OpenSSL) and click on Next.

- Leave the The Windows system directory and click on Next.

- Click on Install.

- Click on Finish once the installation has been completed.
OpenSSL for Windows has now been installed and can be found as OpenSSL.exe in C:\OpenSSL-Win32\bin\. Run as Administrator.
Note: The following error message might appear when running OpenSSL:
WARNING: can’t open config file: /usr/local/ssl/openssl.cnf
Follow the steps to resolve this:
- Close OpenSSL.
- Open a Command Prompt (CMD) as Administrator
- Run the following command: SET OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg
- Reboot the computer.
Click to rate this post!
[Total: 0 Average: 0]