Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 368 Bytes

gpg.md

File metadata and controls

31 lines (19 loc) · 368 Bytes

GPG

Sign

To sign an email with a given private key:

$ gpg --clearsign --local-user 0xKeyId doc

Who encrypted a message

$ gpg --list-only msg.asc

For who the message is encrypted

gpg --list-packets file

Signing keys

Sign a key: gpg --sign-key

Remove the signature of key:

gpg --edit-key user-id
> minimize