vault backup: 2025-01-19 18:59:32
This commit is contained in:
parent
50bd51d19e
commit
57aed25d69
1 changed files with 7 additions and 0 deletions
7
Docker Images/quartz/use xxd in docker.md
Normal file
7
Docker Images/quartz/use xxd in docker.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
```bash
|
||||||
|
docker run --rm -it alpine:latest sh
|
||||||
|
|
||||||
|
apk add xxd openssl
|
||||||
|
|
||||||
|
echo PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX: $(openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32)
|
||||||
|
```
|
Loading…
Reference in a new issue