|
|
|
|
|
by u801e
1088 days ago
|
|
> Before the first time you connect to a website, your browser asks if you want to generate a new cert or reuse an existing one, you make a choice The server has to have some way of verifying your certificate. The workflow I would like to see is that the server runs its own CA that it uses to sign client certificate signing requests and then uses that CA to verify any client side certificate presented. If combined with a username and password, it would effectively be 2FA without a shared secret (outside of TLS connection negotiation). |
|