Relative Content

Tag Archive for opensslredhatrhelrhel8

how to RHEL 8.10 openssl update?

I’m trying to update from RHEL8 default openssl 1.1.1k to openssl 1.1.1w.
The compilation proceeded as follows.
tar xzf openssl-$OPENSSL.tar.gz
cd opensl-$OPENSSL
./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib enable-md2
make & & make install