Use this file to discover all available pages before exploring further.
This section shows how to use the Java keytool commands to generate a new key pair on the Vectera Plus, create a Certificate Signing Request (CSR), issue a certificate through an internal or external CA, and import the signed certificate and its accompanying CA certificate into a Java keystore.These steps ensure that you can use APKSigner and the signed certificate to sign an APK file in the next section.
The JDK 8 installation includes the keytool application, so you can run the keytool commands in this section with no additional configuration.
When prompted, answer questions about the server certificate shown in the following example and enter the keystore password, which all keytool and jarsigner commands use moving forward:
None
What is your first and last name?[Unknown]: www.example.comWhat is the name of your organizational unit?[Unknown]: EngineeringWhat is the name of your organization?[Unknown]: FuturexWhat is the name of your City or Locality?[Unknown]: BulverdeWhat is the name of your State or Province?[Unknown]: TXWhat is the two-letter country code for this unit?[Unknown]: USIs CN=www.example.com, OU=Engineering, O=Futurex, L=Bulverde, ST=TX, C=US correct?[no]: yes