Install OpenSSL 3.0.12 on Oracle Linux 8.9
I want to install Oracle SDM 9.3 on Oracle Linux 8.9. The release notes for OCSDM 9.3 requires that Linux 8.9 OS must have OpenSSL 3.0.12 installed in order to support TLS 1.3.
OCSDM 9.3 release notes found here stated that Open SSL version must be 3.0.12.
The OpenSSL version that is supplied with Oracle Linux 8.9 is OpenSSL 1.1.1k which does not support TLS1.3.
[servadmin@localhost OEL89Repo]$ openssl version
OpenSSL 1.1.1k FIPS 25 Mar 2021
[servadmin@localhost OEL89Repo]$
The server that I want to install OpenSSL 3.0.12 on is air-gapped and not connected to the internet. I have downloaded the source package (openssl-3.0.12.tar.gz) from openssl.org, however I am not familiar with how to correctly compile the downloaded OpenSSL 3.0.12 source code and then package the binaries for distribution in .rpm format for installation on Linux 8.9 server to be used for OCSDM server.