Document usage of compare_certs.py
This commit is contained in:
parent
bcb504c555
commit
9e8e4cc283
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -24,3 +24,14 @@
|
||||||
pandoc -f markdown -t gfm > $dir.md
|
pandoc -f markdown -t gfm > $dir.md
|
||||||
done
|
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
|
||||||
|
```
|
Loading…
Reference in a new issue