GENERATE A KEYSTORE

Estimated reading: 1 minute 24 views
Execute the following command:
“`
keytool -genkey -v -keystore D:\webs\key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
“`
When prompted, provide the necessary information to generate a Certificate Signing Request (CSR). A sample key generation section is provided below for reference.
Copy your keystore file and paste on following path
Setting your key.properties file and add your keystore information.
Open the build.gradle file.

Share this Doc

GENERATE A KEYSTORE

Or copy link

CONTENTS