The openssl program is a command line tool for using the various cryptography functions of OpenSSL's crypto library from the shell.
To install openssl in ubuntu or debian:
$ sudo apt install openssl -y
To install openssl in RHEL, CentOS or Fedora:
$ sudo yum install openssl -y
No comments:
Post a Comment