Skip to content

Instantly share code, notes, and snippets.

View clauRamirez's full-sized avatar
:shipit:
Focusing

Clau Ramirez clauRamirez

:shipit:
Focusing
  • Edinburgh, Scotland
  • 19:13 (UTC +01:00)
View GitHub Profile
@clauRamirez
clauRamirez / install-openssl-from-src-mac
Last active June 21, 2022 11:01 — forked from byronmansfield/install-openssl-from-src-mac
Install OpenSSL from source Mac OS X
# Install OpenSSL from source on Mac OS X
# prepare workspace
mkdir -p ~/code/build-from-src/ && cd $_
# download source code
curl -LO https://www.openssl.org/source/openssl-3.0.3.tar.gz
# expand tar
tar -xzvf openssl-3.0.3.tar.gz