CentOS upgrade openssl to the latest version

Source: Internet
Author: User
Tags openssl version
Upgrade openssl to the latest version :? [Plain] viewplaincopyprint? Wgethttp: // www.openssl.org/source/openssl-1.0.1h.tar.gz

Upgrade openssl to the latest version, compile and install it

Author :? K is here

[Plain]View plaincopyprint?
  1. Wget http://www.openssl.org/source/openssl-1.0.1h.tar.gz
  2. Tar zxvf openssl-1.0.1h.tar.gz
  3. Cd openssl-1.0.1h
  4. ./Config -- prefix =/usr/local/openssl
  5. Make & make install
  6. Mv/usr/bin/openssl. OFF
  7. Mv/usr/include/openssl. OFF
  8. Ln-s/usr/local/openssl/bin/openssl/usr/bin/openssl
  9. Ln-s/usr/local/openssl/include/openssl/usr/include/openssl
  10. Echo "/usr/local/openssl/lib">/etc/ld. so. conf
  11. Ldconfig-v
  12. Openssl version-

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.