To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSigning
Creating signatures is easy using Key:
$ key sign input.txt
Signing plain text files will use your default key and create a clearsign,
armored signature.
- Scenarios
-
- Sign a file
-
- Given
-
a file named "input.txt" with:
This is a message
- When
-
I run
bundle exec key sign input.txt
- Then
-
gpg --armor --clearsign input.txt
should be run
Last published over 7 years ago by Ariejan de Vroom.