Creating a key pair and keystore

>cd %JAVA_HOME%\bin
>keytool -genkey -keystore mykeys.jks -alias gene
Enter keystore password: mykeystorepassword
What is your first and last name?
[Unknown]: ABC
What is the name of your organizational unit?
[Unknown]: Information Technologies
What is the name of your organization?
[Unknown]: XYZ
What is the name of your City or Locality?
[Unknown]: New York
What is the name of your State or Province?
[Unknown]: NY
What is the two-letter country code for this unit?
[Unknown]: US
Is CN=Gene Telluride, OU=Information Technologies, O=The Daily
Moon,
L=New York, ST=NY, C=U
S correct?
[no]: yes
Enter key password for <gene>
(RETURN if same as keystore password): mypassword

No comments:

Post a Comment