Skip to content

Commit

Permalink
update OSNMA pubkey filename in README
Browse files Browse the repository at this point in the history
This new key is in effect since the PKR test in 2023-12-13.
  • Loading branch information
daniestevez committed Jan 5, 2024
1 parent ef26b1e commit f041bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ under [GSC Products > OSNMA_PUBLICKEY](https://www.gsc-europa.eu/gsc-products/OS
It is necessary to register an account to obtain the key.

The key is downloaded in an x509 certificate. The current certificate file is
`OSNMA_PublicKey_20230803105952_newPKID_1.crt`. The key in PEM format, as
`OSNMA_PublicKey_20231213105953_newPKID_2.crt`. The key in PEM format, as
required by `galmon-osnma` can be extracted with
```
openssl x509 -in OSNMA_PublicKey_20230803105952_newPKID_1.crt -noout -pubkey > osnma-pubkey.pem
openssl x509 -in OSNMA_PublicKey_20231213105953_newPKID_2.crt -noout -pubkey > osnma-pubkey.pem
```

## Development status
Expand Down

0 comments on commit f041bbc

Please sign in to comment.