~ubuntu-branches/debian/experimental/upspin/experimental

« back to all changes in this revision

Viewing changes to key/testdata/remote/README

  • Committer: Package Import Robot
  • Author(s): Michael Stapelberg
  • Date: 2017-03-09 14:06:46 UTC
  • Revision ID: package-import@ubuntu.com-20170309140646-3q7qp80jy7aivjsg
Tags: upstream-0.0~git20170316.0.d0c0831
ImportĀ upstreamĀ versionĀ 0.0~git20170316.0.d0c0831

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The keys in this directory should be generated from secret seeds known to the
 
2
Upspin core team, using these commands:
 
3
 
 
4
$ upspin keygen -where=$GOPATH/src/upspin.io/key/testdata/remote/test -secretseed <test seed>
 
5
$ upspin keygen -where=$GOPATH/src/upspin.io/key/testdata/remote/test+snapshot -secretseed <test seed>
 
6
$ upspin keygen -where=$GOPATH/src/upspin.io/key/testdata/remote/test-friend -secretseed <test-friend seed>
 
7
 
 
8
The keys are secret and must not be checked in to the repository.
 
9
A .gitignore file in this directory guards against this mistake.