This commit is contained in:
2023-07-11 10:44:57 +03:00
commit 38ac58fac7
7 changed files with 461 additions and 0 deletions

15
pass.md Normal file
View File

@@ -0,0 +1,15 @@
# 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
~~~