This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Failed to load the keystore when running in CI/CD Pipeline #132
Labels
You can continue the conversation there. Go to discussion →
I am attempting to automate Code signing from our bamboo server. Everything seems to work well when remotely logged into the machine using this command:
java -jar C:\Users\USER\jsign-4.1.jar --keystore C:\Users\USER\eToken.cfg --alias "ALIAS" --storetype PKCS11 --storepass PASSWORD --alg SHA-256 --tsaurl http://timestamp.digicert.com --tsmode RFC3161 FILE_TO_SIGN
However when running that same command as part of a build task i get the following error. The bamboo service is running as the same user that i remotely logged into. Any thoughts would be greatly appreciated.
The text was updated successfully, but these errors were encountered: