deleteCert
Purpose
Use this command to delete a certificate from a certificate list. If the deleted certificate is the last in the list, the list is also deleted. Deleting the last entry is possible only if no message partner uses the list.
Changes to a certificate list do not become effective for an SAG until its configuration is approved and deployed as described in Approving and deploying SAG configuration data. At that time, all message partners to which the certificate list is assigned are automatically updated to reflect the changes.
If a deleted certificate list is shared among several SAGs, you must deploy all those SAGs. Which SAGs are affected can be determined by issuing the listCertLists command, which is described in listCertLists.
Format
Parameters
- -cln
- Name of the certificate list.
- -cert
- The name of the certificate that is to be deleted from the list. Specify % to delete the entire list.
Examples
The following command deletes a certificate from the certificate
list with the name certlist1:
INST1.DNFSYSOU.DNFSAGCFG>dc -cln certlist1 -cert cn=department-a,o=xxxxusny,o=swiftThe following command deletes the entire certificate list with
the name certlist1:
INST1.DNFSYSOU.DNFSAGCFG>dc -cln certlist1 -cert %