A program to generate ipfs private keys, creating Kubernetes manifests.
Go to file
Jeromy Johnson c6d20fd22e Merge pull request #5 from hsanjuan/master
Update imports so it works
2016-11-17 11:00:01 -08:00
LICENSE license 2016-03-22 16:39:37 -07:00
main.go Update imports 2016-11-12 16:29:33 +01:00
README.md update README.md to match command 2016-06-08 05:22:57 +02:00

ipfs-key

A tool for easily generating ipfs keypairs. When run, it will write the bytes of the serialized private key to stdout. By default, a 2048 bit RSA key will be generated. The keysize can be changed by specifying the -bitsize option, and the key type can be changed by specifying the -type option (currently only RSA is implemented).

Installation

$ go get github.com/whyrusleeping/ipfs-key

Usage

$ ipfs-key -bitsize=4096 > my.key