-
(Optional) It is recommended to update the system with latest security patch.
|
›_ Console |
|---|
|
If you are using existing or pre-installed openssl then skip step 2,3, 4 and 5.
-
Install dependent packages for openssl.
|
›_ Console |
|---|
|
-
Download the latest version of openssl on Linux machine from https://www.openssl.org.
|
›_ Console |
|---|
|
-
Extract the downloaded file.
|
›_ Console |
|---|
|
-
Go to
openssldirectory and run the following commands to build and install openssl.
|
›_ Console |
|---|
|
OpenSSL version output
After rebooting the server, export the library path every time.
# export
LD_LIBRARY_PATH=/usr/local/openssl/lib:$LD_LIBRARY_PATH # export PATH=/usr/local/openssl/bin:$PATH