This documentation supports the 9.0 version of BMC Atrium Single Sign-On, which is in "End of Version Support." However, the documentation is available for your convenience. You will not be able to leave comments.

Click here to view the documentation for a supported version of Remedy Single Sign-On.

Importing a certificate chain or intermediate certificates

When you try to import a certificate that you received from your Certificate Authority (CA) and you receive an error message telling you that the certificate is not trusted, intermediate certificates from the certificate chain are missing. You must get the complete chain of certificates or all the intermediate certificates from your CA.  

Importing a certificate chain

If you receive a certificate chain in a single file, the file name must be in PKCS12 format.

To import a certificate chain

  1. On the BMC Atrium SSO Admin Console, click Edit Server Configuration. The Server Configuration Editor is displayed.
  2. On the Certificates tab, select the Certificate Store for which you want to import a CSR. The options are: KeyStore, TrustStore, SAMLv2 KeyStore, and Session KeyStore.

  3. Select KeyStore option from the list.

  4. Click Import. The Upload Certificate dialog box is displayed.You can upload the certificate by using one of the following options:

    • PEM Encoded Certificate—Open and copy the contents of the chained certificate file and paste it into the PEM Encoded Certificate option in the Upload Certificate dialog box.

    • DER/PEM/PKCS12 Encoded File—To import a chain of certificates, upload the PKCS#12 file that you received from your CA. When you select the PKCS12 file, an additional password field is provided, allowing you to enter the password for the KeyStore.

  5. Click Upload. After the file is uploaded, the Import Certificate Editor is displayed. This editor displays all the information about the uploaded certificate, along with the chained hierarchy of the certificates in the Import Certificate Editor.

  6. Enter the alias for the certificate.

  7. Click OK to close the Import Certificate Editor.
  8. Click Save to close the Server Configuration Editor.
  9. Stop and restart the BMC Atrium Single Sign-On server.

Importing intermediate certificates

If the complete chain is not available as a single file, you must get the intermediate CA certificates leading to the root, and then import them.

To get the intermediate certificates

  1. From the command prompt, change your working directory to: 
    <installationDirectory>\AtriumSSO\tomcat\conf.
  2. Print the signed certificate:

    keytool  -printcert  -file <cert_name>.cer
  3. From the print command output, find out the issuer of the certificate .
  4. Get the Issuer certificate from your CA and give a certificate file name.
  5. Repeat step 1-4 until you get a certificate where both the owner and issuer are same. Each time, use the latest issuer certificate that you received from CA.

To import the intermediate certificates

After you have all the intermediate certificates, you must import them and the root certificate into the KeyStore. For more information, see Importing a certificate into the keystore. 

Note

  •  You must import the root certificate first, followed by the intermediate certificates. 
  • You must provide a unique alias for each certificate.

After importing all the intermediate certificates in the KeyStore, your certificate will be considered trusted.

Was this page helpful? Yes No Submitting... Thank you

Comments