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 ? 6Number of Views Is there a way to auto-populate the subjectAltNames extension with user's email address? 13Number of Views Is there a way to remove a patch or hotfix from RSA Identity Governance & Lifecycle? 80Number of Views Is there a way to import Review Results from one environment to another in RSA Identity Governance & Lifecycle? 11Number 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 Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?