certlogview

Crates.iocertlogview
lib.rscertlogview
version0.1.2
created_at2025-09-18 09:17:10.349575+00
updated_at2025-09-18 10:11:08.693732+00
descriptionAnalyse contents of the Microsoft AD CS Log file
homepage
repositoryhttps://codeberg.org/janstarke/certlogview
max_upload_size
id1844452
size573,815
Jan Starke (janstarke)

documentation

README

certlogview

This CLI tool extracts some information from a Windows CA Certlog database

Example

animation showing the usage of certlogview

Installation

cargo install certlogview

Usage

Usage: certlogview [OPTIONS] <ESEDB_FILE> <COMMAND>

Commands:
  list  
  help  Print this message or the help of the given subcommand(s)

Arguments:
  <ESEDB_FILE>  

Options:
  -v, --verbose...  Increase logging verbosity
  -q, --quiet...    Decrease logging verbosity
  -h, --help        Print help
Commit count: 0

cargo fmt