Skip to content

Commit

Permalink
Fixed the eSigner test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Dec 22, 2023
1 parent 035ea06 commit 53834a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsign-core/src/test/java/net/jsign/SignerHelperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ public void testESigner() throws Exception {

SignerHelper helper = new SignerHelper(new StdOutConsole(1), "option")
.storetype("ESIGNER")
.storepass("esigner_demo|esignerDemo#1")
.keystore("https://cs-try.ssl.com")
.storepass("esigner_demo|esignerDemo#1")
.alias("8b072e22-7685-4771-b5c6-48e46614915f")
.keypass("RDXYgV9qju+6/7GnMf1vCbKexXVJmUVr+86Wq/8aIGg=")
.alg("SHA-256");

Expand Down

0 comments on commit 53834a2

Please sign in to comment.