Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
javascript中有什么方法可以向用户显示模式窗口并允许他们选择一个证书。证书在 certmgr.msc(Windows 证书)中可用。就像下图一样。
它是一个浏览器,但不是您的javascript,它决定何时显示选择证书窗口。因此,问题是如何触发事件:在您的web-server上配置SSL Client Certificate 身份验证,而 TLS-handshake web-server 将发送一个询问客户端证书的参数。