Files
oam/knowledge base/stunnel.md
2023-07-09 21:35:14 +02:00

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

  1. TL;DR
  2. Further readings

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'

Further readings