Documentation
¶
Overview ¶
Command genserverkey generates a server signing keypair for thefeed.
The ed25519 keypair serves two roles: signing server responses/feed metadata, and (via ed25519->curve25519 conversion, done in the client) encrypting routing metadata to the server. One key, both jobs.
go run ./cmd/genserverkey
Store the printed private seed on the server (secret). Paste the public key into the config / the bundled default configs.
Click to show internal directories.
Click to hide internal directories.