带有客户端证书和 Grails 的 Tomcat

发布于 2024-10-21 04:49:55 字数 322 浏览 6 评论 0原文

我在 stackoverflow,配置我的 tomcat,部署 grails 应用程序并在 grails 应用程序中搜索客户端证书。我在属性中找到了

request.request.request.attributes['javax.servlet.request.X509Certificate']

这是访问证书的正确方法吗?看起来有点不对:-)

I found the right information on how to configure tomcat with client certificates on stackoverflow, configured my tomcat, deployed a grails application and searched within the grails application for the client certificate. I found it in the property

request.request.request.attributes['javax.servlet.request.X509Certificate']

Is this the right way to access the certificate? Is looks a bit wrong :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

把回忆走一遍 2024-10-28 04:49:55

好的。我想我已经明白了......这看起来更好:

request['javax.servlet.request.X509Certificate']

ok. I think I've got it... this looks better:

request['javax.servlet.request.X509Certificate']
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文