ssl, aws,

How to Install OpenSSL on Amazon Linux 2

Apr 20, 2023 · 1 min read · Post a comment

The installation of OpenSSL on Amazon Linux 2 can be done by using the yum package manager. Let’s check it out.

Prerequisites

  • Amazon Linux 2
  • sudo privileges

Install OpenSSL on Amazon Linux 2

Step 1. Update the package index by running the command:

sudo yum update

Step 2. Install OpenSSL by running the command:

sudo yum install openssl

Step 3. Verify that OpenSSL is installed by running the command:

openssl version

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.