Revoking a Client Certificate from the Command Line

You can revoke a client certificate from the command line on the CommServe server.

  1. Download the revoke_certificate_template.xml file and save it to the software_installation_directory/Base folder on the CommServe server where you will be running the command.

  2. Open a command window on the server, and then navigate to the software_installation_directory/Base folder.

  3. Execute the following command, replacing clientname with the name of the client computer for which you want to revoke all certificates:

    qoperation execute -af revoke_certificate_template.xml -clientName clientname

Loading...