stunnel3
Universal SSL tunnel for network daemons
Install
- All systems
-
curl cmd.cat/stunnel3.sh
- Debian
-
apt-get install stunnel4
- Ubuntu
-
apt-get install stunnel4
- Alpine
-
apk add stunnel
- Arch Linux
-
pacman -S stunnel
- Kali Linux
-
apt-get install stunnel4
- CentOS
-
yum install stunnel
- Fedora
-
dnf install stunnel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install stunnel4
- OS X
-
brew install stunnel
- Raspbian
-
apt-get install stunnel4
- Dockerfile
- dockerfile.run/stunnel3
- Docker
-
docker run cmd.cat/stunnel3 stunnel3
powered by Commando
stunnel4
Universal SSL tunnel for network daemons
The stunnel program is designed to work as SSL encryption wrapper between remote client and local (inetd-startable) or remote server. The concept is that having non-SSL aware daemons running on your system you can easily setup them to communicate with clients over secure SSL channel. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. This package contains a wrapper script for compatibility with stunnel 3.x