diff --git a/registry/README.md b/registry/README.md index 86e93d420..ffbaefbcb 100644 --- a/registry/README.md +++ b/registry/README.md @@ -7,16 +7,15 @@ As it does not contain all the DSCs used by all countries, we are working on ver Here is the certificate chain flow. Basically, CSCA certificates are used to sign DSC certificates which sign the SOD files contained in passport chips.

- +

- -Install +Install: ``` yarn ``` -# DSCs +### DSCs Extract pem certificates from ldif file: ``` @@ -38,7 +37,7 @@ Visualize the signature algorithms of each countries, run: ts-node src/dsc/extract_sig_algs.ts ``` -# CSCAs (WIP) +### CSCAs (WIP) Extract pem certificates from ldif file: ``` @@ -50,4 +49,4 @@ Extract readable public keys from pem certicates: ts-node src/csca/extract_pubkeys.ts ``` -More info: [ICAO website](https://www.icao.int/Security/FAL/PKD/Pages/icao-master-list.aspx) \ No newline at end of file +More info: [ICAO website](https://www.icao.int/Security/FAL/PKD/Pages/icao-master-list.aspx)