Hi,
I need to upgrade the openssl version in Solaris 10 due to vulnerabilities. When I checked the version, it shows:
bash-3.2# openssl version
OpenSSL 0.9.7d 17 Mar 2004
bash-3.2# which openssl
/usr/sfw/bin/openssl
I have downloaded and installed the latest version from openssl site, but how can I get rid of this above old version? I want to have this latest version to be in use.
bash-3.2# pwd
/usr/local/openssl/bin
bash-3.2# ./openssl version
OpenSSL 1.0.2n 7 Dec 2017
Can someone please post the steps for upgrade. Thanks!!