We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b1c6 commit c97a251Copy full SHA for c97a251
test/src/main/java/org/bouncycastle/test/est/examples/EnrollExample.java
@@ -110,14 +110,9 @@ else if (arg.equals("--keyStoreType"))
110
keyStoreType = ExampleUtils.nextArgAsString("Keystore type", args, t);
111
t += 1;
112
}
113
- else if (arg.equals("--keyStoreType"))
114
- {
115
- keyStoreType = ExampleUtils.nextArgAsString("Keystore type", args, t);
116
- t += 1;
117
- }
118
else if (arg.equals("--auth"))
119
{
120
- credentials = ExampleUtils.nextArgAsString("Keystore type", args, t).split(":");
+ credentials = ExampleUtils.nextArgAsString("Authentication credentials", args, t).split(":");
121
httpAuth = true;
122
123
0 commit comments