mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
718 B
718 B
Stunnel
Proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code.
Table of contents
TL;DR
In Unix-like operating systems:
# Install it.
brew install 'stunnel'
# Show default socket options.
stunnel -sockets
# Show supported TLS options.
stunnel -options
# Start the process.
stunnel 'path/to/config/file'