Aptana Studio ヘルプ > はじめに > Developing Adobe AIR projects

Configure Certificates Preferences

Use this dialog to create and delete digital certificates for use in signing your AIR applications. Signing provides your customers assurance of the publisher's identity.

Image:ConfigureCertificatePreferencesPage.png

Add Certificate

Add Certificate dialog
Add Certificate dialog
  • Indicate if an existing certificate should be used or a new one created
  • Specify the publisher, organization unit and name, and country (Optional)
  • Enter and confirm the password (very important)
  • Select the type of keystore to use.


About Keystores

ADT uses the Java Cryptography Architecture (JCA) to access private keys and certificates for signing AIR applications. The signing options identify the keystore and the private key and certificate within that keystore.

The default keystore implementation included with most installations of Java supports the JKS and PKCS12 types. Java 5.0 includes support for the PKCS11 type, for accessing keystores on hardware tokens, and the Keychain type, for accessing the Mac OS X keychain. Java 6.0 adds support for the MSCAPI type on Microsoft Windows. If other JCA providers have been installed and configured on your computer, additional keystore types may be available. If no keystore type is specified, the default type for the default JCA provider is used.