~/blog/how-to-generate-keys-for-mutual-tls-authentication.mdx
zubair@grizzlybit:~/blog$
$ cat how-to-generate-keys-for-mutual-tls-authentication.mdx
How to generate keys for Mutual TLS Authentication 🔑
Mutual TLS authentication is a process that ensures that traffic between entities is secure and trusted in both directions between a client and a server. It essentially takes place through a TSL handshake. Here is a quickie on how to generate certificates and perform Mutual TLS Authentication between a client and a server.
2020-10-024 min read