archiv:linux:manuelles_openssl_update

Manuelles OpenSSL Update

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.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
  • archiv/linux/manuelles_openssl_update.txt
  • Zuletzt geändert: 2024/02/27 09:25
  • von psycore