Skip to content

Commit

Permalink
update public key filename in README
Browse files Browse the repository at this point in the history
All the cryptographic material (including the Merkle tree) was
changed on 2024-01-15.
  • Loading branch information
daniestevez committed Jan 19, 2024
1 parent 72fea39 commit 21d2b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ It is necessary to register an account to obtain these files.

The public key is downloaded as an x509 certificate. The Public Key ID is included
in the filename, and it is also listed elsewhere in the GSC Products website.
The current certificate file is `OSNMA_PublicKey_20231213105953_newPKID_2.crt`,
and the corresponding Public Key ID is `2`. The key in PEM format, as required by
The current certificate file is `OSNMA_PublicKey_20240115100000_newPKID_1.crt`,
and the corresponding Public Key ID is `1`. The key in PEM format, as required by
`galmon-osnma` can be extracted with
```
openssl x509 -in OSNMA_PublicKey_20231213105953_newPKID_2.crt -noout -pubkey > osnma-pubkey.pem
openssl x509 -in OSNMA_PublicKey_20240115100000_newPKID_1.crt -noout -pubkey > osnma-pubkey.pem
```

The Merkle tree information is downloaded in an XML file. Only the tree root is
Expand Down

0 comments on commit 21d2b9c

Please sign in to comment.