Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 412 Bytes

readme.md

File metadata and controls

12 lines (6 loc) · 412 Bytes

mTLS with Apache HTTP

mTLS is 2 way authentication between Client & Server in which both the client & server authenticates the identity of one another.

This setup has been done on a docker based HTTP server, and the same could be emulated to a VM / Physical sandbox.

Read More on mTLS over here