Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The response should be "Import command completed: 1 entries successfully imported, 0 entries failed or canceled".

Anchor
Step-5
Step-5

Step 5 - Check Keystore to be Non-empty

...

...

  • Execute the following command at the Command Prompt:

    Code Block
    keytool -v -list -keystore <keystre name>
    
    Example: 
    keytool -v -list -keystore demokeystore1
  • Enter password as given in Step 1.

...

Steps 6 & 7 are needed if you want to change the alias for the imported private key.

Anchor
Step-6

...

...

Step-6

Step 6 -

...

 Change Alias if needed

  • Execute the following command at the Command Prompt:

...

The response will be blank if the change is successful.

Anchor
Step-7

...

Step-7

Step 7 -

...

 Verify New Alias

  • Repeat Step 5 and ensure the alias name is what is given in Step 6.

...