From 9e8e4cc283103b08c7618b166660b7f1209c2b84 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 3 Jul 2022 18:47:10 +0200 Subject: [PATCH] Document usage of compare_certs.py --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 42aa5f2..196d1c1 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,14 @@ pandoc -f markdown -t gfm > $dir.md done ``` +## Compare certificates + +There is a script `compare_certs.py` that can be used to compare a certificate with other certificates. +The script generates markdown. + +Example usage: + + ```shell + poetry run python3 compare_certs.py cacert/root_X0F.crt certum/CA.crt globalsign/root-r6.crt | \ + pandoc -f markdown -t gfm > compare_root_cas.m + ``` \ No newline at end of file