How to Install slt in Ubuntu 18.04



Install slt by entering the following commands in the terminal:

sudo apt update
sudo apt install slt

Description:

TLS reverse-proxy with SNI multiplexing (TLS virtual hosts)

slt lets a user accept TLS/SSL connections for multiple different applications on the same port and the server can forward them all to the appropriate backend hosts depending on the intended destination. . slt is capable of either terminating the TLS and passing the cleartext traffic to the origin server (if it has appropriate key material), or just passing the encrypted traffic along (if it has no key material).

Homepage: https://github.com/inconshreveable/slt

Version: 0.0.git20140301-4

Section: universe/devel