Contents

Popular

Versions Compared

Key

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

To create a client truststore, perform the following actions below:

  1. Open a Command prompt window and type in the following command and press ENTER:
    <Your directory>%JAVA_HOME%\bin\keytool -import -alias [alias name] -file [file name.cer] -keystore [truststorename.keystore] -storepass [storepassname]

    For example, to generate the truststore in the directory D:\WorkStudio\keystore, provide the command would be:
    D:\WorkStudio\keystore>%JAVA_HOME%\bin\keytool -import -alias mailserver -file googlesrv.cer -keystore truststore.keystore -storepass trustpass
     
  2. Press ENTER. The result of the command is shown in the figure below.


    Figure 1: Command to generate truestore

    After the keystore and the truststore have been created, you are now ready to use them in they may be used within the configuration.

    Info

    In the above example, mailserver is partner's alias. To configure POP3, it the mailserver should be provided as the value in value for the alias textbox in within the SignatureConfiguration panel.

Adaptavist ThemeBuilder EngineAtlassian Confluence