1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

Fix CSR listing command

This commit is contained in:
Lauri Võsandi 2017-03-28 12:24:51 +03:00
parent e506ea61be
commit 5c6097cc40

View File

@ -981,7 +981,7 @@ def certidude_list(verbose, show_key_type, show_extensions, show_path, show_sign
click.echo("=" * len(common_name))
click.echo("State: ? " + click.style("submitted", fg="yellow") + " " + naturaltime(created) + click.style(", %s" %created, fg="white"))
click.echo("openssl req -in %s -text -noout" % path)
dump_common(common_name, path, cert)
dump_common(common_name, path, csr)
if show_signed: