question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Keystore & password

See original GitHub issue

Is there a way to pass the keystore file in the parameters ? And also the password ? (using github secrets)

Should it be in the customParameters ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
davidmfinolcommented, Jan 26, 2021

Since keystore & password are supported now, do we want to close this issue?

Or do we want to keep this issue open until the documentation is improved?

1reaction
davidmfinolcommented, Jul 8, 2020

Added these parameters: androidAppBundle, androidKeystoreName, androidKeystoreBase64, androidKeystorePass, androidKeyaliasName, androidKeyaliasPass

I tested with my personal project, but maybe someone else can test with their project to confirm? You would pass through GitHub Secrets in your workflow like this:

      - uses: webbertakken/unity-builder@6ece6447b229baedca54df3aae22fc3d097bc4f3
        with:
          unityVersion: ${{ matrix.unityVersion }}
          targetPlatform: ${{ matrix.targetPlatform }}
          buildsPath: builds
          androidAppBundle: true
          androidKeystoreName: keystore.keystore
          androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
          androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
          androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}
          androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}
Read more comments on GitHub >

github_iconTop Results From Across the Web

5.2.8 Change keystore password
In the Enter keystore password prompt, type the current password, which by default is changeit, and press Enter. The new password is saved...
Read more >
Creating a Keystore File and Keystore Password for ...
You create a keystore file and a keystore password while you generate an SSL Certificate. Before You Begin. To create a keystore file...
Read more >
Change keystore password from no password to a non ...
If you're trying to do stuff with the Java default system keystore ( cacerts ), then the default password is changeit .
Read more >
How do I change the default keystore password in ...
Change the keystore password in the keystore using the following command: $ keytool -storepasswd -keystore /path/to/security/keystore.jceks - ...
Read more >
Changing passwords for the server KeyStore
You can change the Java™ KeyStore password for the server. The server Java KeyStore password must be identical to its certificate password.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found