Skip to content

Instantly share code, notes, and snippets.

@indrekots
Last active December 24, 2015 23:49
Show Gist options
  • Save indrekots/6883219 to your computer and use it in GitHub Desktop.
Save indrekots/6883219 to your computer and use it in GitHub Desktop.
Example output while creating a new certificate with Java keytool
Enter keystore password:
Re-enter new password:
What is your first and last name?
[Unknown]: John Smith
What is the name of your organizational unit?
[Unknown]: John's Diner
What is the name of your organization?
[Unknown]: John's Diner
What is the name of your City or Locality?
[Unknown]: Paris
What is the name of your State or Province?
[Unknown]: Île-de-France
What is the two-letter country code for this unit?
[Unknown]: fr
Is CN=John Smith, OU=John's Diner, O=John's Diner, L=Paris, ST=Île-de-France, C=fr correct?
[no]: yes
Enter key password for mydomain:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment