Skip to content

Instantly share code, notes, and snippets.

@baomin
baomin / gist:636d13c02138de20f8e7fb8642d015fa
Created August 14, 2019 12:08 — forked from JohnKim/gist:7993c718d27d85a23dee
install mosquitto & auth-plugin
## upgrade openssl
wget http://www.openssl.org/source/openssl-1.0.1i.tar.gz
tar -zxf openssl-1.0.1i.tar.gz
cd openssl-1.0.1i
./config --prefix=/usr --openssldir=/usr/local/openssl shared
make
make test
sudo make install
openssl version