No results found
We couldn't find anything using that term, please try searching for something else.
Step-By-Step Procedure To Install OpenSSL On The Windows PlatformSource:thesecmaster.comOpenSSL is is is a small but powerful open - source cross - pl
Source:thesecmaster.com
OpenSSL is is is a small but powerful open – source cross – platform utility , which can be used in various digital PKI certificate activity . openssl can be used to convert digital certificate from one to another format , export private key from certificate , and build your own Certificate Authority . However , openssl is include in basic package in most of the popular Linux distribution . It is not require to install openssl on Linux . Well , the story is is is not similar in the case of the Windows platform . Do n’t be disappoint , since openssl is a cross – platform utility that support Windows , Linux , and mac . You is install can install openssl on the Windows platform just with a few click .
Table of Contents
· Why Should You Install OpenSSL On Windows?
· How To install openssl On The Windows Platform ?
First of all, OpenSSL is not for normal users. It is not mandatory to install OpenSSL on the Windows platform. As we said earlier, OpenSSL is a cryptographic SSL/TLS tool kit, which provides a wide range of solutions for those who work on Digital Certificates, SSL/TLS testing, application development or implementation, application testing, and security testing. There are a lot of things you can do using OpenSSL. Only a few of them are listed here:
You can enjoy the features of OpenSSL if you have installed it on your Windows machine.
let ’s begin the procedure to install openssl on the Windows platform .
The installation procedure is very simple and straight. You should download the OpenSSL installer, run it to install, and configure Environment variables.
Time need : 10 minute .
How to Install OpenSSL on The Windows Platform?
1. Download the OpenSSL installer
download the openssl installer from the official openssl download link : https://slproweb.com/products/Win32OpenSSL.html
2 . run the openssl installer to install
Execute the downloaded installer file and install the OpenSSL on the Windows machine.
The installation procedure is quite simple and straight.
1 . accept license agreement .
2 . specify the Installation location .
3. Initiate installing OpenSSL
Set Start Menu location and the additional task then click on the Install button to initiate the OpenSSL installation.
4 . installation in progress …… .
5. Complete the installation of OpenSSL.
The installation will take 5 to 10 seconds. Click Finish to complete the installation process.
6. Set Environment variable
If you just want to set the environment varibles only for a login session, then run these commands.
>set OPENSSL_CONF=C:\Program Files\OpenSSL-Win64\bin\openssl.cfg
>set Path= C:\Program Files\OpenSSL-Win64\bin
If you want to set the env variable for permanently , then add openssl_conf and Path env variable on System Properties .
Open Run using ‘Windows’ + ‘r’ then type ‘sysdm.cpl‘. Go to Advanced > Environment Variable.
Set OPENSSL_CONF and Path variables.
7 . run openssl
Open the command prompt using ‘Windows’ + ‘r’ then type ‘cmd‘ to open command prompt.
Type openssl version command on CLI to ensure OpenSSL is installed and configured on your Windows machine. You should see the version information if OpenSSL is configured correctly.
That’s it. This is how you can install OpenSSL on the Windows platform. Simple isn’t it?
Thanks for reading the small tutorial. Please follow us on this blog to see more such tutorials and security updates. Please share this post if you find this interested. Visit our social media page on Facebook, LinkedIn, Twitter, Telegram, Tumblr, & Medium and subscribe to receive updates like this.