Certificate expiration dates

 

+

Search Tips   |   Advanced Search

 

We can display expiration dates of certificates in our key database by viewing the certificate information with the iKeyman Key Management utility GUI or using the gsk7cmd command.

The following is an example of how to use the gsk7cmd command to display the validity dates on all certificates in the key.kdb certificate key file that will expire within 1825 days (5 years):

    gsk7cmd  -cert -list all -expiry 1825 -db key.kdb -pw <password>

    Certificates in database: key.kdb
    VeriSign Class 1 CA Individual Subscriber-Persona Not Validated       
    Validity       
    Not Before: Mon May 11 20:00:00 EDT 1998       
    Not After: Mon May 12 19:59:59 EDT 2008 

where <password> is the password we specified when creating the key.kdb key database file.