Use Client Certs
What I Did
I was reading through gomuxdriver/muxtls/example/sample_main.go to setup TLS mutual authentication.
What I See
I don't see client certificates.
What I Expect
I would like some example to have client certificates set and verified on the server.
It may be easier for migration to have username and passwords for client authentication. Using a separate hera user table would keep the application-to-hera and hera-to-database accounts flexible and maybe avoid some confusion.
We'll want to make a config and a set of functions so it's easy to add other mechanisms.
Current direction is toward LDAPS
Duplicates #313