Previous Topic: Examples: GENCERT CommandNext Topic: Generate a Certificate Request


List Digital Certificate Information

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:

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)