Replies: 5 comments 6 replies
-
The message "File './SuperAdmin.p12 ' does not exist" means that it can't find the file. It's because "./" is probably not relative to the right place. Replace "./" with the full path for the p12 file and it should work. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer, actually the problem was that there was an unwanted space character right after the path.
and more in general, if I do not specify the number of tests, the first n-threads tests will succeed, while the other will fail with the error:
Is this expected? |
Beta Was this translation helpful? Give feedback.
-
I have stress tested the RA Web Service successfully, but now I have problems with the OCSP stress... Then I tried the OCSP stress first using the When I check the
I don't get where I am wrong... |
Beta Was this translation helpful? Give feedback.
-
The OCSP stress does not work neither with the |
Beta Was this translation helpful? Give feedback.
-
What I was trying to do was testing the signing (and encrypting/decrypting) performance of the EJBCA crypto library (which supposedly is Bouncy Castle) and compare it with a direct interaction with the HSM (perhaps using opensc's pkcs11-tool). It may sound stupid but it is for performance assesment to check how the "filter"-EJBCA affects the performance of crypto operations. Is there another way to test EJBCA keys from the CLI? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I want to use the
ejbcaClientToolBox.sh EjbcaWsRACli stress
tool to test my infrastructure creating a batch of certificates but i am having some problems.The
README
file located in the script folder (/opt/keyfactor/ejbca/dist/clientToolBox
) says that I need to editejbcawsracli.properties
file to make this tool work.Then, inside the container as root, I execute a sample test like:
The response is:
After entering the password the error comes:
I thought it was a permission error but i am executing the script as a root and the i have tried to change the ownership of the p12 file into
10001:0
first and then into1002:0
(apparently the EjbcaClientToolBox.sh is owned by this user), but without success.Do you have any hint on how I can figure this out?
Beta Was this translation helpful? Give feedback.
All reactions