# Setup Pre-processing

<mark style="color:red;">\*require OpenSSL</mark>

First of all you need to download **OpenSSL**, you will be download from given link

**Reference**: [Click Here](https://code.google.com/archive/p/openssl-for-windows/downloads)

After downloading that **ZIP,** you need to extract all files into <mark style="color:green;">`C:`</mark> Drive.

Create <mark style="color:orange;">`OpenSSL`</mark> named folder into <mark style="color:green;">`C:`</mark>&#x20;

<figure><img src="https://2615309381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F41qZFIi9D0S0Kj8ZyvhC%2Fuploads%2FuX2ajWarxkb86CqZ8D0m%2FScreenshot_5.png?alt=media&#x26;token=b4edb6ad-ca21-4e4c-827f-1743d863a1fb" alt=""><figcaption><p>Step 1</p></figcaption></figure>

Open CMD and set the path of JDK (bin) into CMD. (it shown be like this)

it must be like **C:\Program Files\Java\\**<mark style="color:orange;">**HERE\_YOUR\_LATEST\_JDK\_VERSION**</mark>**\bin**

<figure><img src="https://2615309381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F41qZFIi9D0S0Kj8ZyvhC%2Fuploads%2FaTmBNTY19GSSAVyqzst2%2FScreenshot_2.png?alt=media&#x26;token=bbec247f-d4af-457d-bdd3-a306ffe5b8ec" alt=""><figcaption><p>Set JDK path in CMD</p></figcaption></figure>

Congratulations! You have successfully installed OpenSSL.
