Stunnel/Mac: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
$ sudo make cert | $ sudo make cert | ||
</pre> | </pre> | ||
{{StunnelFlag}} | |||
Revision as of 05:42, 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
| stunnel secure tunnel - create secure encrypted connections on any port to wrap any protocol
Using: Client: Stunnel/Client Server: Stunnel/Server Stunnel Over Docker: Stunnel/Docker Certificates: Stunnel/Certificates
Protocols: Stunnel/Rsync · Stunnel/SSH · Stunnel/Scp · Stunnel/HTTP · Stunnel/OpenVPN
Other Links: RaspberryPi/Headless · RaspberryPi/Reverse SSH Category:Stunnel · Category:SSH · Category:Networking
|