From 5c6097cc40cadee0107aa354344e1a0fe4394185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 28 Mar 2017 12:24:51 +0300 Subject: [PATCH] Fix CSR listing command --- certidude/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certidude/cli.py b/certidude/cli.py index 69c1c2a..c0f04e6 100755 --- a/certidude/cli.py +++ b/certidude/cli.py @@ -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: