Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 706 Bytes

20221027113716-gpg.org

File metadata and controls

19 lines (18 loc) · 706 Bytes

gpg

gpg

most of these for configuring my gitconfig for multi key

export keys for a diff machind:

gpg --export-ownertrust > file.txt

when exporting like this, the gpg data base is not exported to the new machine, therefore the keys uid is __[unknon]__

to fix this:

gpg --edit-key user@useremail.com
gpg> trus

for more detail, see StackExchange

for more detail on how the setup gpg