Files
ctfetch/README.md
2026-01-11 06:53:39 +01:00

32 lines
484 B
Markdown

# ctfetch
Fetch and dump leaf entries from Certificate Transparency logs.
## Install
```bash
go install
```
## Usage
```bash
ctfetch [--dumpall] <log-url> <leaf-index>
```
### Examples
Dump a specific entry:
```bash
ctfetch https://halloumi2026h1.mon.ct.ipng.ch 629794635
```
Dump all entries in the tile:
```bash
ctfetch --dumpall https://halloumi2026h1.mon.ct.ipng.ch 629794635
```
## Options
- `--dumpall`: Dump all entries in the tile instead of just the specified leaf