Install OpenSSL on AWS EC2 [closed]

0

I'm trying to install SSL on an AWS EC2 Linux server. And I'm in trouble right from the start.

I'm trying to install OpenSSL first. I downloaded and unzipped the link version, but now I do not know which file to use for installation !

Anotherquestionisabouttheappropriatelocationforthisinstallation.Isthereanysteprequiredtoenteraspecificlocation,orcanIinstallitanywhere(forexample,bycreatingan"openssl" directory in / home / ubuntu /)?

    
asked by anonymous 02.02.2016 / 10:27

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. Here are the answers to the two questions:

  • To install, I used the command apt-get install openssl
  • Namely, I'm using SSH PUTTY
  • 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 on the following links:

    03.02.2016 / 10:52