Create a new Keystore/Alias

From RAD Studio
Jump to: navigation, search

Go Up to Provisioning Page


Tools > Options > Environment Options > Provisioning | select the Android - Application Store build type | click New Keystore

Project > Options > Provisioning | select the Android - Application Store build type | click New Keystore

You can use the Create a new Keystore/Alias wizard to:

  • Create a new keystore file in which you store your code signing certificates.
  • Add a new signing certificate to an existing keyword file.

RAD Studio uses signing certificates to sign Android applications so that you can upload your application to application stores.

New keystore information page

In this page, you provide information about your new keystore file.

Item Description

File

The path where you want to save your new keystore file.

Password

A password to protect your keystore file.

Confirm Password

Repeat the password for your keystore file.

New key alias information page

In this page, you provide information about the first certificate to add to your new keystore file.

Item Description
Mandatory Fields

Alias

An alias that uniquely identifies your new certificate.

Password

A password to protect your new certificate.

Confirm

Repeat the password for your new certificate.

Validity (days)

The number of days before your new certificate expires.

Optional Fields

First and Last Name

Your first and last name.

Organizational Unit

The name of your department within your organization.

Organization

The name of your organization.

City or Locality

The name of the place where you live.

State or Province

The name of the state or province where your city or locality is located.

Country Code (XX)

An ISO 3166-1 two-letter code that identifies the country where you live. For example: US.

See Also