Install Openssl on AWS EC2

Asked

Viewed 174 times

0

I am trying to install SSL on a Linux AWS EC2 server. And right from the start I am already struggling.

I am first trying to install Openssl. I downloaded and unzipped the http://www.openssl.org/source/openssl-1.0.1r.tar.gz, but now I don’t know which file I should use for installation!

inserir a descrição da imagem aqui

Another question is about the appropriate location for this installation. Some step is needed to inform a specific location, or I can install it anywhere (for example, creating an "openssl" directory in /home/Ubuntu/)?

1 answer

0


I was able to install Openssl and generate the CSR key in EC2 today. After downloading and unzipping the directory, I noticed that I was using the wrong command to install. Follow the answers to the two questions:

  1. To install, I used the command apt-get install openssl
  2. Namely, I’m using the SSH PUTTY
  3. And yes, it is possible to install anywhere without prior information or any specific configuration (in my case it worked for now).

For the complete process (which I have not yet completed), I am following the instructions of the following links:

Browser other questions tagged

You are not signed in. Login or sign up in order to post.