Use this file to discover all available pages before exploring further.
This section uses 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.Perform the following tasks to ensure that you can use jarsigner and the signed certificate to sign a JAR file in the next section:
Generate a server key pair and self-signed certificate.
Generate and export a CSR.
Import a CA root certificate.
Import the server certificate signed by the CA.
Because the JDK 8 installation includes keytool, you can run the commands without additional configuration.
When prompted, enter the following information for the server certificate you want to generate and enter a new KeyStore password, which all subsequent keytool and jarsigner commands use:
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