Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ seed the keys via config or commandline argument. That said, the process is simi

```shell
openssl genpkey -algorithm ed25519 -out deployment/assets/consumer_private.pem
openssl pkey -in assets/consumer_private.pem -pubout -out assets/consumer_public.pem
openssl pkey -in deployment/assets/consumer_private.pem -pubout -out deployment/assets/consumer_public.pem

# use the same key for provider:
cp deployment/assets/consumer_private.pem deployment/assets/provider_private.pem
Expand Down
Loading