Secure Socket Layer

Back to Networking

Transport Layer Security (TLS), preceded by SSL, are cryptographic protocols, that provide communication security.

Web Sockets

Sockets are endpoints of two way communication. Unix domain sockets use TCP or UDP. SSL (secure socket layer) is the standard security protocol.

Let's Encrypt

Certbot is an automatic client that fetches and deploys SSL/TLS certs for webservers. Client for Let's Encrypt

wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto
# kill server
./certbot-auto certonly

source