Compare commits
No commits in common. "f3c049e210f01e797e68528bf6b998b3912b72b3" and "50bd51d19e73d7830fea8a5fff553f06ff9a20be" have entirely different histories.
f3c049e210
...
50bd51d19e
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
```bash
|
|
||||||
# on host
|
|
||||||
docker run --rm -it alpine:latest sh
|
|
||||||
|
|
||||||
# in container
|
|
||||||
apk add xxd openssl
|
|
||||||
|
|
||||||
# everything after this is one command
|
|
||||||
echo PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX: $(openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail -c +8 | head -c 32 | xxd --plain --cols 32)
|
|
||||||
```
|
|
Loading…
Reference in a new issue