en:linux:openssl:manuelles_openssl_update

Draft Newest draft | Approver: psycore

This is an old revision of the document!


Manual OpenSSL update

Debian comes with an outdated OpenSSL version which has security vulnerabilities.

apt-get install autoconf python libtool build-essential
wget ftp://ftp.openssl.org/source/openssl-1.0.2i.tar.gz
tar xfz openssl-1.0.2i.tar.gz
cd openssl-1.0.2i
./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared
make
make test
sudo make
sudo make install
openssl version
  • en/linux/openssl/manuelles_openssl_update.1698176277.txt.gz
  • Last modified: 2023/10/24 21:37
  • by psycore