How to install OpenSSL in Windows 10?
- Install Git:
- Go to the official Git website and download the latest version for Windows.
- Run the installer and follow the on-screen instructions.
- Add Git to the path:
- Open the Control Panel.
- Click on "System and Security".
- Click on "System".
- Click on "Advanced system settings".
- Click on the "Environment Variables" button.
- In the "User variables" section, find the "Path" variable.
- Click on the "Edit" button.
- Add the following line to the end of the "Variable value" field:
C:\Program Files\Git\usr\bin
- Click on the "OK" button.
- Click on the "OK" button.
- Test OpenSSL:
- Open a command prompt.
- Type the following command:
openssl version
- You should see the version of OpenSSL that is installed.