I want to secure client server communication. I want both the server and the clients identify/authenticate each other.
I would like to know, how to set common name and subject alternative names for clients on server? As we know, on client side, we can use hostname verifier, But how to do that on server side?
Thanks!