mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +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("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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user