Obtain the RSA root CA certificate from RSA Authentication Manager 8.x
Originally Published: 2016-01-17
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
Resolution
UI Steps
- Access either the Operations Console or Security Console with a web browser (using Google Chrome for this example).
- Click the padlock with the small red cross.
Example:

- The administrator is presented with the option to view the certification. Click the Certificate information link

- The server certificate is displayed:

- Click the Certificate Path tab and select the RSA root CA certificate.
- Click View Certificate.

- After viewing the RSA root CA certificate click the Details tab.
- Click Copy to File… to save the certificate to a file.

- At the Certificate Export Wizard, click Next.
- Select a format you want to use (leaving the default for this example) and click Next.
- Enter a file name and click the Next.
- Click Finish.
- A confirmation appears:
- In Windows Explorer double click the C:\RSA_root_CA.cer and the RSA root CA certificate is displayed:

Alternatively an administrator can access the operating system and export the RSA root CA certificate from the /opt/rsa/am/server/security/caStore.jks file.
SSH Steps
- Enable SSH on the RSA Authentication Manager server.
- Launch an SSH client, such as PuTTY.
- Login to the primary Authentication Manager server as rsaadmin and enter the operating system password.
Note that during Quick Setup another user name may have been selected. Use that user name to login.
- Enter the following command and the keystore password when prompted:
login as: rsaadmin Using keyboard-interactive authentication. Password: <enter operating system password> Last login: Thu Jan 9 18:06:47 2020 from jumphost.vcloud.local RSA Authentication Manager Installation Directory: /opt/rsa/am
- Navigate to /opt/rsa/am /utils.
- Viewing the contents or exporting data from caStore.jks requires the Root Certificate Keystore File Password. Run ./rsautil manage-secrets -a listall to get the Root Certificate Keystore File Password:
rsaadmin@am82p:~> cd /opt/rsa/am/utils/ rsaadmin@am82p:/opt/rsa/am/utils> ./rsautil manage-secrets -a listall Please enter OC Administrator username: <enter Operations Console administrator name> Please enter OC Administrator password: <enter Operations Console administrator password> Root Certificate Keystore File Password ...............: BB3aNkbU4uaEoNbURuTmnp5d7Kcuna
- To list the contents of the caStore.jks file use the following command:
rsaadmin@am82p:~>/opt/rsa/am/appserver/jdk/bin/keytool -export -keystore /opt/rsa/am/server/security/caStore.jks Enter keystore password: <enter Root Certificate Keystore File Password from step 6>
- To export the RSA root CA certificate (with alias rsa_ca_am) use the command :
rsaadmin@am82p:/opt/rsa/am/utils> /opt/rsa/am/appserver/jdk/bin/keytool -export -alias rsa-am-ca -file rsa-am-ca.crt -keystore /opt/rsa/am/server/security/caStore.jks Enter keystore password: <enter Root Certificate Keystore File Password from step 6>
- Use a secure FTP client (where SSH access to the operating system has been enabled) to copy the rsa-am-ca.crt file from the Authentication Manager instance.
Related Articles
List Trusted Root Certificates 32Number of Views Certificate missing from the trusted root certificates during installation of RSA Authentication 7.4 Agent for Windows 610Number of Views How to import a Root CA or public key Certificate into an Authentication Manager (or AMIS) java key store .jks with keytool 245Number of Views Obtain the device definition files to detect jailbroken iPhones and rooted Android phones for RSA Authentication Manager 8.x 503Number of Views Root CA certificate is required for activation error when importing a custom certificate signed by a known CA into Operati… 507Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…
Don't see what you're looking for?