diff options
-rw-r--r-- | gemato/cli.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gemato/cli.py b/gemato/cli.py index de5930c..5fb6e24 100644 --- a/gemato/cli.py +++ b/gemato/cli.py @@ -76,6 +76,10 @@ def do_verify(args, argp): logging.error('Top-level Manifest {} is not OpenPGP signed'.format(tlm)) return 1 + ts = m.find_timestamp() + if ts: + logging.info('Manifest timestamp: {} UTC'.format(ts.ts)) + if m.openpgp_signed: logging.info('Valid OpenPGP signature found:') logging.info('- primary key: {}'.format( |