Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleantutorials/95e3e25c0d3a4e7275da2d3873774372 to your computer and use it in GitHub Desktop.
Save cleantutorials/95e3e25c0d3a4e7275da2d3873774372 to your computer and use it in GitHub Desktop.
Generate key pair on Client or the Remote machine
B:\JMX Client\Security>keytool -genkeypair -keystore clientkeystore -alias clientkey -validity 180 -storepass clientpass -keypass clientpass
What is your first and last name?
[Unknown]: JConsole
What is the name of your organizational unit?
[Unknown]: DevOps
What is the name of your organization?
[Unknown]: CleanTutorials
What is the name of your City or Locality?
[Unknown]: Delhi
What is the name of your State or Province?
[Unknown]: Delhi
What is the two-letter country code for this unit?
[Unknown]: IN
Is CN=JConsole, OU=DevOps, O=CleanTutorials, L=Delhi, ST=Delhi, C=IN correct?
[no]: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment