cheat-sheets/pass.md

16 lines
208 B
Markdown
Raw Normal View History

2023-07-11 10:44:57 +03:00
# Pass
## GPG install
~~~
pacman -S gnupg
gpg --import /path/private/or/public/keys
~~~
## Failed key (There is no assurance this key belongs to the named user)
~~~
gpg --edit-key <KEY_ID>
gpg> trust
~~~