Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$ keytool -genkey -v -keystore dummy.keystore -alias alias -keyalg RSA -keysize 2048 -validity 10000 Enter keystore password: password Re-enter new password: password Enter the distinguished name. Provide a single dot (.) to leave a sub-component empty or press ENTER to use the default value in braces. What is your first and last name? [Unknown]: first last What is the name of your organizational unit? [Unknown]: org What is the name of your organization? [Unknown]: org What is the name of your City or Locality? [Unknown]: city What is the name of your State or Province? [Unknown]: state What is the two-letter country code for this unit? [Unknown]: 00 Is CN=first last, OU=org, O=org, L=city, ST=state, C=00 correct? [no]: yes Generating 2,048 bit RSA key pair and self-signed certificate (SHA384withRSA) with a validity of 10,000 days for: CN=first last, OU=org, O=org, L=city, ST=state, C=00 [Storing dummy.keystore]
- Loading branch information