Version 2 (modified by chris, 2 years ago) (diff) |
---|
Documentation for the Keyringer repo, see the install notes at ticket:79#comment:5
Install Keyringer
apt-get install keyringer
Check out the repo
Once you have a bitbucket account and have been added to the crin project:
cd ~ git clone git@bitbucket.org:crin/crin-keys.git
Decrypt a file
cd ~/crin-keys/keys gpg -d test.asc
Edit a file
keyringer crin-keys edit test cd ~/crin-keys/keys git commit -a git push
Create a file
keyringer crin-keys encrypt example.org stuff Ctrl-D
Then
cd ~/crin-keys git add keys/example.org git commit -a git push