Skip to content

Instantly share code, notes, and snippets.

View aidenkeating's full-sized avatar

Aiden Keating aidenkeating

  • Kargo
  • Ireland
View GitHub Profile
@aidenkeating
aidenkeating / android-distribution-certificate.md
Created February 15, 2017 14:37
How to create Android distribution certificate

How to create Android distribution certificate

Use keytool to create a signing key:

keytool -genkey -v -keystore redhat.keystore -alias rhmap -keyalg RSA -keysize 2048 -validity 10000

Export the java keystore key intp pkcs#12 format: