We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca1755 commit 5c076a0Copy full SHA for 5c076a0
docs/gpg.md
@@ -1,12 +1,16 @@
1
-# GPG
+---
2
+tags:
3
+ - linux
4
5
+# :key: GPG
6
-## Generate Key
7
+## :material-key-plus: Generate Key
8
9
```shell
10
gpg --full-generate-key
11
```
12
-## Import
13
+## :material-import: Import
14
15
16
lpass show gpg --attach=8017296795546256342-55097 -q | gpg --import
@@ -38,15 +42,15 @@ Your decision? 5
38
42
gpg> save
39
43
40
44
41
-## Sign Others' Keys
45
+## :pen_fountain: Sign Others' Keys
46
47
48
wget http://example.com/pgp-public-key -O- | gpg --import
49
gpg --list-keys
50
gpg --sign-key theirs@email.com
51
52
-## List
53
+## :fontawesome-solid-list: List
54
55
56
# Secret keys
0 commit comments