TLS vs. mTLS

TLS (Transport Layer Security)โ€”Only the server is authenticated by the client. The client trusts the server's identity, but the server does not verify the client's identity.But how does the client t...
0 Read More

Check systems trust store

I recently had to check whether a CA certificate was added to the trust store of a Linux I was working on. The system already had p11-kit installed so I could use the trust command like this: โ›ถtrust...
0 Read More

Dealing with local HTTPS development

This article is created by Logto, an open-source solution that helps developers implement secure auth in minutes instead of months. When developing web applications, specific scenarios demand HTTPS,...
0 Read More

Configure TLS in Redis Cluster

Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network, such as the Internet. The protocol is widely used in applications such a...
0 Read More