Contents

Popular

To create a client truststore, perform the following actions:

  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, 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.


    Figure 1: Command to generate truestore

    After the keystore and the truststore have been created, you are now ready to use them in the configuration.

    Icon

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

Adaptavist ThemeBuilder EngineAtlassian Confluence