Patrick

How-to Guide Installing OpenSSL 1.1.0 on Ubuntu

Quick steps to install OpenSSL 1.1.0 on Ubuntu 16.04. Ubuntu 16.04 did not have OpenSSL 1.1.0 installed by default so the question one may have is how to update it.

Code:
wget https://www.openssl.org/source/openssl-1.1.0e.tar.gz
tar xzvf openssl-1.1.0e.tar.gz
cd openssl-1.1.0e
./config -Wl,--enable-new-dtags,-rpath,'$(LIBRPATH)'
make
sudo make install
To verify it is working:
Code:
$ openssl version
OpenSSL 1.1.0  25 Aug 2016
  • Like
Reactions: abq and eva2000
Author
Patrick
Views
3,116
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Patrick