How to import a Root CA or public key Certificate into an Authentication Manager (or AMIS) java key store .jks with keytool
Article Number
Applies To
AM Prime all versions
Issue
Tasks
2. determine the keystore password
In Windows, the java password can be seen under PROPERTIES for the Tomcat-ssp icon
Resolution
/opt/rsa/am/appserver/jdk/bin/keytool -v -importcert -alias amisvip2022 -file ./root_<company>_com.crt -deststoretype JKS -destkeystore ./truststore.jks
You will be prompted for the password for truststore.jks.
Notes
When the original wildcard certificate expired, the F5 imported a replacement wildcard cert, with same Root CA signing authority (in this case Digicert but it could have been any Public or Privat CA) the connection from the F5 to the SSP servers were refused, because the SSP servers could not trust the F5 wildcard cert since they only had the original widcard cert, not the whole trust chain of signing Certificate Authorities, CAs. This resulted in the SSP logon failing with
"Login Failed I/O error on POST unable to find valid certification"
We needed to import the Root CA from Digicert into the truststore.jks files on the SSP servers. However we did not have a tool such as Keytool explorer on the Windows Servers, and Security Policy prevented installing that software anywhere in this company. So we had to copy the Root CA cert file and the truststore.jks to an AM server and use keytool
Related Articles
Obtain the RSA root CA certificate from RSA Authentication Manager 8.x 263Number of Views List Trusted Root Certificates 32Number of Views Certificate missing from the trusted root certificates during installation of RSA Authentication 7.4 Agent for Windows 615Number of Views Obtain the device definition files to detect jailbroken iPhones and rooted Android phones for RSA Authentication Manager 8.x 508Number of Views RSA Authentication Manager 8.x import of replacement certificate fails with the error This certificate is already imported 536Number of Views
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process Downloading RSA Authentication Manager license files or RSA Software token seed records When configuring LDAP or LDAPS in RSA Authentication Manager with a global catalog the connection fails
Don't see what you're looking for?