Is there a way to list all issued certificates in RSA Certificate Manager?
Originally Published: 2008-06-02
Article Number
Applies To
RSA Version/Condition: 6.7
Platform: Sun Solaris 2.8
Issue
Due to the 2008 OpenSSL vulnerability in all Debian and Ubuntu systems, we'd like to be able to go through all of our certificates and separate the weak from the strong, and re-issue where necessary.
http://lists.debian.org/debian-security-announce/2008/msg00152.html
Resolution
You can utilize the Reporting tool and list the pem_x509 which would be the certificate.
Another option is to run a LDAP query to retrieve only valid certs, then try something similar to the following:
ldapsearch -x -h CA_HOST -p 389 -P 2 "(&(objectclass=xuda_certificate)(cert_status=1))" pem_x509
Related Articles
Is there a way to enforce passphrase to certificates requested by user with RCM ? 5Number of Views Is there a way to auto-populate the subjectAltNames extension with user's email address? 12Number of Views Is there a way to import Review Results from one environment to another in RSA Identity Governance & Lifecycle? 10Number of Views Is there a way to remove a patch or hotfix from RSA Identity Governance & Lifecycle? 79Number of Views Is there a way to disable logging for the ACE/Server Administration API to the system logs 3Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.9 Release Notes (January 2026) Deploying RSA Authenticator 6.2.2 for Windows Using DISM RSA MFA Agent 2.4 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?