Import CA root certificate

Before importing the certificate signing response from your certificate authority, you must import the authority's root certificate into your keystore. The root certificate will validate the response when you import it later.

note This process requires direct access to your Destiny® application server.

  1. Download your certificate authority's root certificate to the folder containing the keystore you created earlier.
  2. Open a command prompt and navigate to the folder containing your keystore.
  3. Verify the root certificate using the command shown below. Keytool displays the certificate's details.

    keytool -printcert -file root.cer

    Important: If the certificate's details don't match your certificate authority, do not proceed.

  4. Enter the command shown below.

    FSC-Destiny\java\bin\keytool -import -file root.cer -alias root -keystore destiny.keystore -storepass mypassword

  5. Enter yes when prompted.

You are now ready to import the reply to your certificate signing request.


______________________________________________________________________________________________________

Destiny v16.0 Help includes the most recent product updates. For details, see What's New in Destiny Version 16.0.

 

Contact Us