To list information about a digital certificate, you can identify the digital certificate through the following information:
To list the information about a certificate, enter the following command:
TSS LIST(acid|CERTAUTH|CERTSITE) [LABLCERT('label_name')]
[DIGICERT(name)]
[SERIALNUM(serial_number)]
[ISSUERDN(issuer_distinguished_name)]
[SEGMENT(certdata)]
[SEGMENT(ALL)]
[KEYRING(name)]
[LABLRING(name)]
[CHAIN]
For each certificate, the command displays the following information:
A "GENREQ" flag specification indicates that the CERTDATA record has been the target of a GENREQ command. We recommend not using the REPLACE command to turn on this indicator. REMOVE processing and ROLLOVER (NEWLABLC or NEWDIGIC) processing will not work against certificates that have the GENREQ indicator on. You can bypass the check for GENREQ by specifying the FORCE operand of either command. You can turn off the GENREQ indicator in the following situations:
To turn off the GENREQ indicator, specify REPLACE(acid) CERTFLAG(NOGENREQ).
During normal processing, inserting a signed certificate over the GENREQ’d certificate turns off the GENREQ indicator.
Example: List All ACIDs and Associated Digital Certificates
This example lists all ACIDs and the digital certificates associated with them on a system:
TSS LIST(ACIDS) DIGICERT(ALL)
Example: List All ACIDs and Associated Keyrings
This example lists all ACIDs and the keyrings associated with them on a system:
TSS LIST(ACIDS) KEYRING(ALL)
Example: List Associated SEGMENT Information for an ACID
This example lists the associated SEGMENT information for a specific ACID:
TSS LIST(USER01) SEGMENT(CERTDATA)
TSS LIST(USER01) SEGMENT(RINGDATA)
TSS LIST(USER01) SEGMENT(ALL)
Example: List the Associated DIGICERT for an ACID
This example lists the associated DIGICERT for a specific ACID. The command must contain the name of the DIGICERT or KEYRING already associated with the ACID:
TSS LIST(USER01) DIGICERT(CERT001)
or
TSS LIST(USER01) KEYRING(ACCTRING)
Example: List the Digital Certificates Associated with an ACID
This example lists the digital certificates associated with an ACID. The command must contain the name of the ACID:
TSS LIST(USER01) DIGICERT(ALL)
Example: List All Keyrings Associated with an ACID
This example lists all keyrings associated with an ACID. The command must contain the name of the ACID:
TSS LIST(USER01) KEYRING(ALL)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|