mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-30 17:09:19 +00:00 
			
		
		
		
	Fix CSR listing command
This commit is contained in:
		| @@ -981,7 +981,7 @@ def certidude_list(verbose, show_key_type, show_extensions, show_path, show_sign | |||||||
|             click.echo("=" * len(common_name)) |             click.echo("=" * len(common_name)) | ||||||
|             click.echo("State: ? " + click.style("submitted", fg="yellow") + " " + naturaltime(created) + click.style(", %s" %created,  fg="white")) |             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) |             click.echo("openssl req -in %s -text -noout" % path) | ||||||
|             dump_common(common_name, path, cert) |             dump_common(common_name, path, csr) | ||||||
|  |  | ||||||
|  |  | ||||||
|     if show_signed: |     if show_signed: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user