• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Error with keystore

Leonsmoke

Member
Hi everyone!
When generating a keystore, an exception is thrown.
What could be the reason?
GMS (2.3.4)
Снимок экрана 2021-09-22 в 00.15.06.png

"/opt/homebrew/opt/openjdk@11/bin/keytool" -genkey -v -keystore "/Users/user/GameMakerStudio2/keystorename.keystore" -alias "alias" -keyalg RSA -validity 10000 -keypass "1234567" -storepass "123456" -dname "CN=dadada, OU=dadada, O=dadada, L=Dadada, C=RU"

Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.
Generating 2 048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity of 10 000 days
for: CN=dadada, OU=dadada, O=dadada, L=Dadada, C=RU
[Storing /Users/user/GameMakerStudio2/keystorename.keystore]
elapsed time 00:00:01.5526950s for command "/opt/homebrew/opt/openjdk@11/bin/keytool" -genkey -v -keystore "/Users/user/GameMakerStudio2/keystorename.keystore" -alias "alias" -keyalg RSA -validity 10000 -keypass "1234567" -storepass "123456" -dname "CN=dadada, OU=dadada, O=dadada, L=Dadada, C=RU" started at 09/22/2021 00:18:08
"/opt/homebrew/opt/openjdk@11/bin/keytool" -exportcert -alias "alias" -keystore "/Users/user/GameMakerStudio2/keystorename.keystore" -storepass "123456" -file "/var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keybin"

Certificate stored in file </var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keybin>
elapsed time 00:00:01.0579540s for command "/opt/homebrew/opt/openjdk@11/bin/keytool" -exportcert -alias "alias" -keystore "/Users/user/GameMakerStudio2/keystorename.keystore" -storepass "123456" -file "/var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keybin" started at 09/22/2021 00:18:09
"/Users/Shared/GameMakerStudio2/Cache/runtimes/runtime-2.3.4.443/bin/openssl" sha1 -binary -out "/var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keysha" "/var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keybin"

elapsed time 00:00:00.8007860s for command "/Users/Shared/GameMakerStudio2/Cache/runtimes/runtime-2.3.4.443/bin/openssl" sha1 -binary -out "/var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keysha" "/var/folders/xc/x73w2f6j7k1cqc8hp0fb1c_80000gn/GameMakerStudio2/GMS2TEMP/keybin" started at 09/22/2021 00:18:10
 
Last edited:

Mool

Member
Please delete the console output, since u leak ur password etc.

Or better remove the sensitive parts
 
Top