Install and Configure OpenSSL
Published May 14, 2024, 6:15 a.m. by cloudblog
OpenSSL implements basic cryptographic functions and provides utility functions.
Install and configure OpenSSL on the Solaris or Linux host to be used as the FTP server.
1. Go to the following URL: Copy http://www.openssl.org/source
2. Locate openssl-0.9.7g.tar.gz in the list of available files.
For example: Copy 3132217 Apr 11 17:21:51 2005 openssl-0.9.7g.tar.gz (MD5) (PGP sign)
3. Download the following files: ○ openssl-0.9.7g.tar.gz ○ openssl-0.9.7g.tar.gz.md5 (under the MD5 link) ○ openssl-0.9.7g.tar.gz.asc (under the PGP sign link)
4. Unzip the following file using gunzip. Copy gunzip openssl-0.9.7g.tar.gz
5. Untar the following file: Copy tar xvf openssl-0.9.7g.tar
6. Change directories to the following location: Copy cd openssl-0.9.7g
7. Run the following command: Copy ./config --prefix=/usr --openssldir=/usr/local/openssl
8. Change to the Bourne shell (if you are not using it): Copy sh
9. Configure and export the PATH variable: Copy PATH=${PATH}:/usr/ccs/bin; export PATH
10. Run the following command: Copy make
11. Exit the Bourne shell: Copy exit
12. Run the following command: Copy make test
13. Log in as the super user: Copy msu
14. Enter the password when prompted.
15. Run the following command: Copy make install For reference please check the below link: https://docs.oracle.com/en/cloud/paas/integration-cloud/ftp-adapter/install-and-configure-openssl.html#GUID-4207884C-FCE2-4DA3-BE54-B3A5D0BC2623
Follwoing RPMs would be required to install openssl 1.1.1 or greater
$ yum install perl-IPC-Cmd
$ yum install perl-core
$ yum install perl-Data-Dumper
Similar posts
There are no similar posts yet.0 comments
There are no comments.