stunnel-docker

所属分类:加密解密
开发工具:Dockerfile
文件大小:13KB
下载次数:0
上传日期:2022-12-12 19:43:07
上 传 者sh-1993
说明:  使用最新源代码和OpenSSL的Docker Stunnel TLS包装器
(Stunnel TLS wrapper for Docker using latest source code and OpenSSL)

文件列表:
Dockerfile (535, 2022-12-13)
LICENSE (35149, 2022-12-13)
docker-compose.yml (0, 2022-12-13)

# Stunnel docker image Stunnel TLS wrapper for Docker using latest stunnel and OpenSSL ## What is stunnel? [Stunnel](https://www.stunnel.org/) is a proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code. ## What is included? * Uses latest alpine-linux. * Uses latest OpenSSL version available for alpine-linux. * Downloads and compiles latest stable version of stunnel. ## Why did I create this image? I wanted an stunnel imgae to work on all different linux versions and distributions while having access to latest developments including TLSv1.3 in both stunnel and openSSL. ## How to use? 1. Pull stunnel image: ``` $ docker pull alireza2n/stunnel:latest ``` 2. Create your stunnel configuration and certificate and put them in an directory. This directory will be bound to container's /stunnel/conf directory. **NOTE:** Always add ```foreground = yes``` to your stunnel config! otherwise the stunnel will go to background of the container. 3. Run the container: ``` $ docker run -v /home/alireza/stunnel-docker/conf:/stunnel/conf -p : alireza2n/stunnel:latest ```

近期下载者

相关文件


收藏者