vault backup: 2025-01-19 18:59:32

This commit is contained in:
Nathan Price 2025-01-19 18:59:32 -05:00
parent 50bd51d19e
commit 57aed25d69
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View 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)
```