Skip to content

Instantly share code, notes, and snippets.

@itamar
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save itamar/fe427fa867bfc4edb9a6 to your computer and use it in GitHub Desktop.

Select an option

Save itamar/fe427fa867bfc4edb9a6 to your computer and use it in GitHub Desktop.
One command line to upgrade OpenSSL
cd /tmp && curl https://www.openssl.org/source/openssl-1.0.1i.tar.gz | tar xz && cd openssl-1.0.1i && sudo ./config && sudo make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment