If I need to create a server in Vert.x, which handles https requests, but the SSL Certificate must be based on the domain of the client. Just like how Nginx Proxy manager does. How will I be able to do this?
I tried to do a bit of research and found out that using Netty, I can get client domain during the SSL Handshake, but I am unable to find how to integrate this in Vert.x