Checking clients certificate in Meteor

2019-08-07 18:48发布

Is there a way in Meteor to check a clients certificate, so that only a client who owns a specific certificate can connect to the server?
Basically I want a SSL connection, but with bidirectional authentification, so the client also has to proof his identity, not just the server.
The certificates can be self-signed, so not certificate authority is needed.

To make my question clearer: How can I access the clients certificate, when a connection is established?

0条回答
登录 后发表回答