Stunnel/Mac: Difference between revisions
From charlesreid1
(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...") |
No edit summary |
||
| Line 9: | Line 9: | ||
<pre> | <pre> | ||
./configure && make && sudo make install | ./configure && make && sudo make install | ||
</pre> | |||
Now make certificate: | |||
<pre> | |||
$ sudo make cert | |||
</pre> | </pre> | ||
Revision as of 05:41, 2 February 2016
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
Now make certificate:
$ sudo make cert