$ tar xvzf openssl-1.1.1a.tar.gz $ cd openssl-1.1.1a/ $ ./config --prefix=/home/cavac/bin/openssl $ make -j24 $ make test $ make install