Skip to content

Commit

Permalink
Create test-keystore.jks
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck authored Sep 3, 2020
1 parent c45896b commit 1be7b74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-keystore.jks
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
keytool -genkey -keystore test-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias alias -storepass store-pass -keypass key-pass -dname "CN=a" -noprompt
# keytool is inside "[...]/Android/Android Studio/jre/bin" and "$JAVA_HOME/bin"
# there are many variations of this command that also generate a valid test-keystore.jks

0 comments on commit 1be7b74

Please sign in to comment.