Skip to content
Snippets Groups Projects

#664 Test JWK Generator

Merged Martin Vogel requested to merge feature/664-test-cert-generator into main
3 files
+ 6
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,9 +12,6 @@ public class CreateTestKeysCommand {
public static final String CREATE_TEST_KEYS_COMMAND_NAME = "keygen";
@Parameter(names = {"--keySize"}, description = "Unique destination identifier in UUID format", arity = 1)
public int keySize = 4096;
@Parameter(names = {"--outDir"}, description = "Output directory folder where the generated test keys are written to", arity = 1)
public String outputDir;
Loading