From charlesreid1

No edit summary
Line 17: Line 17:
==Docker==
==Docker==


Dockerfile for a simple stunnel container that imports keys and config file from outside the container: http://git.charlesreid1.com/docker/stunnel
Dockerfile for a simple stunnel container that imports keys and config file from outside the container: http://git.charlesreid1.com/docker/d-stunnel





Revision as of 20:17, 28 March 2017

Mac

On mac you can install stunnel with homebrew:

$ brew install stunnel

If it gets crusty, update it. If links break or brew says, Warning: stunnel-X.Y.Z already installed, it's just not linked, update stunnel to the latest using:

$ brew link --overwrite stunnel

Linux

Docker

Dockerfile for a simple stunnel container that imports keys and config file from outside the container: http://git.charlesreid1.com/docker/d-stunnel