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.
我想从浏览器中读取比利时 eid 卡的一些基本参数。(例如名称、序列号)。
在 Apache 上的 PHP 应用程序中,我知道启用SSLVerifyCLient和添加会为应用程序SSLOptions +StdEnvVars提供一些参数(例如$_SERVER['SSL_CLIENT_S_DN'])。
SSLVerifyCLient
SSLOptions +StdEnvVars
$_SERVER['SSL_CLIENT_S_DN']
在 Wilfly(15 岁以上)上的 Java Web 应用程序中如何实现相同的目标?