Skip to content

Commit

Permalink
Set keystore type to JKS, so it's always the same.
Browse files Browse the repository at this point in the history
Without setting it explicitly it depends on the JDK version used.

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Nov 2, 2022
1 parent ebfae97 commit eb2303c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ private void addSelfSignedCertToKeyStore(final File keystore, final String alias
"-validity", "3650",
"-keypass", masterPassword,
"-storepass", masterPassword,
"-storetype", "JKS",
SKID_EXTENSION_SYSTEM_PROPERTY };

new KeytoolExecutor(keytoolCmd, 60).execute("keystoreNotCreated", keystore);
Expand Down

0 comments on commit eb2303c

Please sign in to comment.