SSO top-level profile exception: , com.rsa.fim.profile.sso.SSOProfileException: Error signing assertion: util.crypto.dsig.error.sign: null
Caused by: com.rsa.fim.exception.CryptoUtilException: util.crypto.dsig.error.sign: null at com.rsa.fim.util.crypto.DSigHelper.sign(DSigHelper.java:124)
When replacing the certificate for an existing private key, the existing certificate will be overwritten with the new certificate by keytool. This is true for either a self signed certificate or for a certificate that has been signed by a CA.
To list the certificates enter the command "keytool -list -v -keystore mykeystore.jks"
If you have the private key in the keystore it will report back "Entry type: keyEntry" whereas if the private key is not present it will say "Entry type: trustedCertEntry"
The match up of certificate to private key is performed if the alias is the same, so before importing the certificate response from the CA make sure the alais value is correct.
To import the certificate reply from the CA with the signed certificate run "keytool -import -alias mykey -trustcacerts -file myjks.cer -keystore mykeystore.jks"
If the alias is matched to the private key during the import you will see this message: "Certificate reply was installed in keystore"
Related Articles
Updating the Violation Manager attribute for a large number of RSA Identity Governance and Lifecycle applications 15Number of Views DSA-2019-165: RSA Identity Governance and Lifecycle Product Security Update for Multiple Apache Tomcat Vulnerabilities 9Number of Views Apache 2.x fails to start after configuring the RSA Authentication Agent 8.0 for Web for Apache 106Number of Views Preparing your Active Directory Identity Sources for the Windows March 2020 Update 7Number of Views A more concise guide to updating Authentication Manager 8.x passwords 342Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)