Skip to content

Instantly share code, notes, and snippets.

View Ian729's full-sized avatar
πŸš€

Ian729

πŸš€
View GitHub Profile
@Ian729
Ian729 / install-openssl.sh
Created January 17, 2025 10:28 — forked from estshorter/install-openssl.sh
Install openssl on raspberry pi
#!/bin/bash -eu
OPENSSL_VER=3.0.0
mkdir openssl
cd openssl
wget https://www.openssl.org/source/openssl-${OPENSSL_VER}.tar.gz
tar xf openssl-${OPENSSL_VER}.tar.gz
cd openssl-${OPENSSL_VER}
./config zlib shared no-ssl3