How to revoke certificates using the API?
Originally Published: 2007-12-06
Article Number
Applies To
Issue
Customer has a large list of certificates to revoke and would like to use the API to revoke them
Resolution
This example assume that we use a file containing the certificate serial number to revoke, one serial number per line.
For each line in file [which contains one serial number per line]
Serial = Read line
XudaCertificateSearchSimple (session, "Serial Number", Serial, ListReturned)
For each cert in ListReturned [you will have only one certificate anyway]
XudaCARevokeCertificate (session, CA, cert, null)
Next
Next
Related Articles
Unable to generate a CRL or revoke a certificate 6Number of Views RSA Identity Governance and Lifecycle Provisioning -Termination rule is not generating change requests to revoke entitlements 81Number of Views Revoke User’s Agent Passwordless Login Certificate in the Cloud Administration Console 12Number of Views ID Plus Legacy License Plans 9Number of Views RSA Governance & Lifecycle Recipes: Report - AD Days Since Last Logon 13Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?