Skip to content

Renew sample pubsub keys

Pierre-Antoine BRAMERET requested to merge pab-renew-pubsub-keys into master
dd if=/dev/urandom of=samples/PubSub_ClientServer/data/security/keyNonce.key bs=4 count=1
dd if=/dev/urandom of=samples/PubSub_ClientServer/data/security/encryptKey.key bs=32 count=1
dd if=/dev/urandom of=samples/PubSub_ClientServer/data/security/signingKey.key bs=32 count=1
Edited by Pierre-Antoine BRAMERET

Merge request reports