Replies: 2 comments 6 replies
-
Have you created the token before using it? As an example this is in github action: https://github.com/dogtagpki/pki/blob/master/.github/workflows/ca-hsm-test.yml#L55 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Marco |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Still running on F42, dogtag 11.6, softhsm-2.6.1
Then I try to run "pkispawn -s CA -f ca.cfg", that file being exactly what is described at the following link : https://github.com/dogtagpki/pki/blob/master/docs/installation/ca/installing-ca-with-hsm.adoc.
spawn fails telling me
ERROR: Failed to add module "softhsm". Probable cause : "Unknown PKCS #11 error.".
ERROR: CalledProcessError: Command '['modutil', '-dbdir', '/var/lib/pki/pki-tomcat/conf/alias', '-nocertdb', '-add', 'softhsm', '-libfile', '/usr/lib64/pkcs11/libsofthsm2.so', '-force']' returned non-zero exit status 22.
Problem is that I have no idea about what means exit status 22... Can someone tell me, I will try to dig the issue further....
Thxs in adv.
Beta Was this translation helpful? Give feedback.
All reactions