Sign inSign up

ianneub/stunnel

By ianneub

Updated over 10 years ago

Do not use this repo

Image
0

2.2K

ianneub/stunnel repository overview

dweomer/stunnel

To secure an LDAP container named directory:

docker run -itd --name ldaps --link directory:ldap \ 
        -e STUNNEL_SERVICE=ldaps \
        -e STUNNEL_ACCEPT=636 \
        -e STUNNEL_CONNECT=ldap:389 \
        -p 636:636 \
#       -v /etc/ssl/private/server.key:/etc/stunnel/stunnel.key:ro \
#       -v /etc/ssl/private/server.crt:/etc/stunnel/stunnel.crt:ro \
    dweomer/stunnel

Tag summary

Content type

Image

Digest

Size

4.5 MB

Last updated

over 10 years ago

docker pull ianneub/stunnel