Importing System Manager root CA certificate into Openfire Truststore (Windows)

Last Updated : May 14, 2018 |
Prolog information
  1. On the System Manager web console, navigate to ServicesSecurityCertificates.
  2. Click Authority.
  3. Click CA Structure & CRLs.
  4. Click Download PEM file.
  5. Change directories to <Openfire install dir>\resources\security, where <Openfire install dir> is the directory where Openfire is installed.
    ADDITIONAL INFORMATION:
    The default is C:\Program Files (x86)\Openfire.
  6. Import the certificate into the Openfire truststore using a descriptive alias.
    ADDITIONAL INFORMATION:
    For example, SystemManagerRootCA.
    <Openfire install dir>\resources\security > <Openfire install dir>\jre\bin\keytool.exe -import -alias SystemManagerRootCA -keystore truststore -file SystemManagerCA.cacert.pem
    Enter keystore password: <enter the Openfire Keystore password>  (Default is changeit)
    ...
    Trust this certificate? [no]:  yes
    Certificate was added to keystore