Getting started with the GOBL Command Line Interface.
note
package’s Message
type.
message.json
that looks like:
build
command with the --envelop
and --draft
flags indicating that we want a draft envelope of the message. The -i
flag produces prettier output:
keygen
command will create a key pair inside the ~/.gobl
directory by running:
doc
and head
fields are identical to the original message, but we’ve now added the sigs
array at the end. Combined with your public key, anyone can easily verify the contents of your message where indeed signed with your private key.
If you’re interested, you can check the contents of the signature here: jwt.io.