Back to Glossary
Security

What is TLS (Transport Layer Security)?

Cryptographic protocol that provides encrypted communication over a network.

TLS (Transport Layer Security) is the cryptographic protocol that secures communication over the internet (HTTPS is HTTP over TLS). TLS uses a handshake to establish an encrypted session: the server presents a certificate, the client verifies it against a CA, and they negotiate encryption keys. Certificates have expiry dates and must be renewed. cert-manager automates TLS certificate provisioning in Kubernetes via Let's Encrypt or internal CAs.

Deep Dive Guide

cert manager certificate not ready fix

Test your knowledge of TLS (Transport Layer Security) and 130 other DevOps concepts