Skip to content

Instantly share code, notes, and snippets.

@dcharbonnier
Created May 24, 2021 07:44
Show Gist options
  • Save dcharbonnier/2643600fad1981ac3051a8ef92336d55 to your computer and use it in GitHub Desktop.
Save dcharbonnier/2643600fad1981ac3051a8ef92336d55 to your computer and use it in GitHub Desktop.
ipfs-swarm-key-gen
#!/bin/sh
echo "/key/swarm/psk/1.0.0/";
echo "/base16/";
echo "$(openssl rand -hex 32)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment