linux:openssl_manuelles_openssl_update

Manuelles OpenSSL Update

tutname=Manuelles OpenSSL Update|tutautor=PsyCore|tutversion=1.0|tutquelle=https://mdxdave.de/technik/linux/openssl-debian

Debian bringt eine veraltete OpenSSL Version mit, welche Sicherheitslücken aufweist.

apt-get install autoconf python libtool build-essential
wget ftp://ftp.openssl.org/source/openssl-1.0.2f.tar.gz
tar xfz openssl-1.0.2f.tar.gz
cd openssl-1.0.2f
./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared
make
make test
sudo make
sudo make install
openssl version
  • linux/openssl_manuelles_openssl_update.txt
  • Zuletzt geändert: 2016/01/29 10:09
  • von psycore