mTLS. A working example of two-way secure connections between programs.

github.com/haoel/mTLS

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2022
  • add the keystore
March 2022
  • combine the crt and key file into pem file
January 2022
  • Merge pull request #2 from EugeneLiu/main
  • fix: helloHandler painc when call http server
  • Use Go to generate test certificates (close #1)
  • correct the seq number in README.md
  • refine the README.md and server.go
December 2021
  • update the readme a bit
  • the initial version
  • Initial commit