Update README.md to use fetch_ca_certs.py

This commit is contained in:
Jan Dittberner 2022-07-03 16:44:08 +02:00
parent 2851c6b171
commit 55be7f7d37

View file

@ -10,7 +10,12 @@
## Generating the Markdown/SVG files ## Generating the Markdown/SVG files
1. Get the CA certificates of the CAs from their corresponding web sites 1. Get the CA certificates of the CAs from their corresponding web sites
2. Run the generation script and filter through `pandoc` for better markdown layout
```shell
poetry run python3 fetch_ca_certs.py
```
3. Run the generation script and filter through `pandoc` for better markdown layout
```shell ```shell
for dir in cacert certum dtrust globalsign letsencrypt sectigo for dir in cacert certum dtrust globalsign letsencrypt sectigo