Skip to content

Commit

Permalink
Android stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed May 8, 2024
1 parent 5197980 commit a0cd942
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file added debug.keystore
Binary file not shown.
1 change: 1 addition & 0 deletions debug.keystore_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./keytool.exe -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12
Binary file added release.keystore
Binary file not shown.
3 changes: 3 additions & 0 deletions release.keystore_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
./keytool.exe -keyalg RSA -genkeypair -alias androidreleasekey -keypass android -keystore G:\release.keystore -storepass android -dname "CN=Android Release,O=Android,C=US" -validity 9999 -deststoretype pkcs12
Generating 2,048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity of 9,999 days
for: CN=Android Release, O=Android, C=US

0 comments on commit a0cd942

Please sign in to comment.