Skip to content

Commit 7cd238e

Browse files
committed
docs: add terminal demo and certificate chain diagram SVGs to README
1 parent 28f6226 commit 7cd238e

3 files changed

Lines changed: 194 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
`tls-ca-fetch` connects to a hostname over TLS, walks the certificate chain the server presents, and writes the CA certificate(s) to a PEM file. It can also chase the AIA extension to fetch the root CA directly from the issuer's URL. Zero dependencies, single static binary.
66

7+
![tls-ca-fetch demo](docs/demo.svg)
8+
9+
![Certificate chain diagram](docs/chain.svg)
10+
711
---
812

913
## Install

docs/chain.svg

Lines changed: 108 additions & 0 deletions
Loading

docs/demo.svg

Lines changed: 82 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)