Created
October 27, 2022 13:40
-
-
Save diegorribeiro/9552da1d65b7779ab8b6b8c89ed31398 to your computer and use it in GitHub Desktop.
[rn][mac][mobile,build,release] Create keystore to build signed APP android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo keytool -genkey -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Após gerar o keystore você poderá adicioná-lo a um arquivo de chaves p12/pfx.
Utilizando o outro gist informado abaixo.
https://gist.github.com/diegorribeiro/6a3b667ffe0adf2aac1bfa1042ee6d62