Tip:

The default key store password on most systems is changeit. On MacOS 10.7 or earlier, the password is changeme.

  1. Run the following command as an administrative user (or sudo):
    keytool -importcert -alias PingFederate -file /<full_path_to_cert>/<certificate_name>.crt -keystore /<full_path_to_jre>/lib/security/cacerts
          
  2. Replace the variables in the command as follows:
    Variable Description

    full_path_to_cert

    Based on previous configuration steps, this value is:

    $PINGFEDERATE_ATLASSIAN_DATA_PATH

    certificate_name

    The file name of the certificate.

    full_path_to_jre

    The Java Runtime Environment (JRE) being used by Atlassian is usually listed when you start Jira or Confluence.