eToken java keytool 证书

发布于 2024-12-09 03:34:04 字数 625 浏览 1 评论 0 原文

我在 Linux 中使用 eToken,并且需要在 JAVA 中查看存储在 eToken 上的证书。我一直在寻找工具,并找到了 keytool,但是如果我使用此指南,keytool 会显示有 0 个证书。

keytool-etoken.cfg 中,我有:

  name = eToken
  library = /usr/lib/libeTPkcs11.so

命令:

keytool -list -keystore NONE -storetype PKCS11 -providerClass sun.security.pkcs11.SunPKCS11  -providerArg keytool-etoken.cfg

输出:

Enter keystore password:  

Keystore type: PKCS11
Keystore provider: SunPKCS11-NSS

Your keystore contains 0 entries

我应该怎么做才能查看和使用 eToken 上的证书?在 Firefox 或 Chrome 中它运行得很好。

I'm using eToken in Linux and I need to view certificates stored on eToken in JAVA. I have been searching for tools and I found keytool, but If I use this howto, keytool shows me that there is 0 certs.

in keytool-etoken.cfg I have:

  name = eToken
  library = /usr/lib/libeTPkcs11.so

command:

keytool -list -keystore NONE -storetype PKCS11 -providerClass sun.security.pkcs11.SunPKCS11  -providerArg keytool-etoken.cfg

output:

Enter keystore password:  

Keystore type: PKCS11
Keystore provider: SunPKCS11-NSS

Your keystore contains 0 entries

What should I do to see and use certs on eToken? In Firefox or Chrome it works great.

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

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

发布评论

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

评论(2

懒猫 2024-12-16 03:34:04

好的,解决方案是安装 SafeNet Authentication 客户端 8.X (SAC)。 java 1.6 可以使用 token 甚至 keytool 命令。但问题是,openoces 很旧,不再开发,它无法从 Token(java) 读取证书,即使它支持它(通过 pkcs11) 运气不好:-(

Ok, the solution is to install SafeNet Authentication client 8.X (SAC). Than java 1.6 will work with token and even with keytool command. But the problem is, that openoces is old and not developed anymore and It cannot read certificates from Token(java) even it has support for it (thru pkcs11) Bad luck :-(

绿萝 2024-12-16 03:34:04

我没有 eToken,所以无法为您提供更多帮助。

首先检查您是否已准备好所有软件和设置 - 请参阅http://rostislav-matl.blogspot.com/2011/09/using-smart-card-as-keystore-in-java.html 了解或多或少完整的列表。

如果可以,请考虑尝试不同的驱动程序,即开源驱动程序而不是专有驱动程序,反之亦然。它可能会有所作为。

I don't have eToken so I can't help you more.

First check that you have all the software and settings in place - see http://rostislav-matl.blogspot.com/2011/09/using-smart-card-as-keystore-in-java.html for more or less complete list.

If it's OK, consider trying different driver i.e. opensource instead of proprietary or vice versa. It could make difference.

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