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
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Unable to find valid certification path error when logging on to Help Desk Admin Portal (HDAP) and Self-Service Portal (SS… RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?