Skip to content

Commit

Permalink
Mention migrate_keys script in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Nov 14, 2023
1 parent 2c1bac8 commit d378d2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ command line in the root of the repository.
```bash
tox
```

## Legacy key migration

Use [`migrate_keys`](docs/migrate_key.py) script to convert key pairs generated
with legacy `keys` or `interface` modules to a consistent standard format, which
is compatible with [`CryptoSigner`](docs/CRYPTO_SIGNER.md).

0 comments on commit d378d2e

Please sign in to comment.