Exporting Openfire Certificate (Windows)

Last Updated : Nov 20, 2018 |
Prolog information
Export the Openfire self-signed certificate used on the Windows based Openfire server. This procedure uses the sample values in the Key customer configuration information for XMPP federation section.
  1. On Windows, open a DOS prompt.
  2. Change the directories to <Openfire install dir>\resources\security, where <Openfire install dir> is the directory where Openfire is installed.
  3. Run the following to use the keytool command to export the certificate: keytool -export -alias <of domain>_rsa -file openfire.cer -keystore keystore.
    ADDITIONAL INFORMATION:
    The keytool command is provided in the JDK distribution of Java and sometimes with Openfire in <Openfire install dir>\jre\bin.
  4. If the system prompts for the password, enter the keystore password.
  5. Save the openfire.cer file to be imported.