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
List Trusted Root Certificates 32Number of Views Obtain the RSA root CA certificate from RSA Authentication Manager 8.x 260Number of Views Certificate missing from the trusted root certificates during installation of RSA Authentication 7.4 Agent for Windows 609Number of Views Obtain the device definition files to detect jailbroken iPhones and rooted Android phones for RSA Authentication Manager 8.x 496Number of Views Root CA certificate is required for activation error when importing a custom certificate signed by a known CA into Operati… 498Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 Deploying RSA Authenticator 6.2.2 for Windows Using DISM Downloading RSA Authentication Manager license files or RSA Software token seed records
Don't see what you're looking for?