From charlesreid1

Revision as of 05:40, 2 February 2016 by Admin (talk | contribs) (Created page with "Building stunnel on a mac: Get stunnel download from here: https://www.stunnel.org/downloads.html Verify downloaded thing with <pre>openssl dgst -sha256 stunnel-5.30.tar.gz...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Building stunnel on a mac:

Get stunnel download from here:

https://www.stunnel.org/downloads.html

Verify downloaded thing with

openssl dgst -sha256 stunnel-5.30.tar.gz
./configure && make && sudo make install