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 collaboratorVerifying signatures
Signature verification is achieved by supplying a file with a
a signed document.
$ key verify message.txt.asc
- Scenarios
-
- Verify a signature
-
- When
-
I run
bundle exec key verify input.txt.asc
- Then
-
gpg --verify input.txt.asc
should be run
Last published over 7 years ago by Ariejan de Vroom.