From b423f81e4d5f540be062157d52d0d69e030b9d07 Mon Sep 17 00:00:00 2001 From: turboblitz <62038140+0xturboblitz@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:13:50 -0700 Subject: [PATCH] Update README.md --- registry/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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)