TLS
TLS stands for Transport Layer Security, a protocol that provides secure communication over the internet. TLS encrypts the data that is sent and received between a client and a server, preventing eavesdropping, tampering, and impersonation. TLS also ensures that the client and the server can verify each other's identity using digital certificates. TLS is widely used for web browsing, email, instant messaging, voice over IP, and other applications that require privacy and authentication.
Backlinks
Configuring Azure App Services
- **Incoming client certificates**: require client certificates in mutual authentication. [[tls]] mutual authentication is used to restrict access to your app by enabling different types of authentication for it.
DNS Record types
Also known as a [[tls]] authentication record, it maps a domain name to the certificate or public key of a server. This record is used to authenticate the server’s identity and establish a secure connection. For example, a TLSA record for the domain name \_443.\_tcp.example.com could be \_443.\_tcp.example.com. IN TLSA 3 1 1 abcd....