Error: Failed to initialize PKCS11 provider slot '0'. #118
Unanswered
KhadeAvinash
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have slots available
root@user1:/home/user1/Downloads# pkcs11-tool --module /usr/lib/pkcs11/libeTPkcs11.so -L
Available slots:
Slot 0 (0x0):
(empty)
Slot 1 (0x1):
(empty)
Slot 2 (0x2):
(empty)
Slot 3 (0x3):
(empty)
Slot 4 (0x4):
(empty)
Slot 5 (0x5):
(empty)
Slot 6 (0x6):
(empty)
Slot 7 (0x7):
(empty)
i am uisng Crypto Token type PKCS#11
lib -safenet-etoken which has a path of lib libeTPkcs11.so
slotid -0
token detected safenet status is active
my ejbca web.properties i have added
cryptotoken.p11.lib.255.name=safenet-etoken
cryptotoken.p11.lib.255.file=/usr/lib/pkcs11/libeTPkcs11.so
i am using ejbca-ce-r9.0.0 and wildfly 32 final and java jdk 17
Beta Was this translation helpful? Give feedback.
All reactions