Skip to content

Commit 5c076a0

Browse files
Update gpg.md
1 parent 1ca1755 commit 5c076a0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/gpg.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# GPG
1+
---
2+
tags:
3+
- linux
4+
---
5+
# :key: GPG
26

3-
## Generate Key
7+
## :material-key-plus: Generate Key
48

59
```shell
610
gpg --full-generate-key
711
```
812

9-
## Import
13+
## :material-import: Import
1014

1115
```shell
1216
lpass show gpg --attach=8017296795546256342-55097 -q | gpg --import
@@ -38,15 +42,15 @@ Your decision? 5
3842
gpg> save
3943
```
4044
41-
## Sign Others' Keys
45+
## :pen_fountain: Sign Others' Keys
4246

4347
```shell
4448
wget http://example.com/pgp-public-key -O- | gpg --import
4549
gpg --list-keys
4650
gpg --sign-key theirs@email.com
4751
```
4852

49-
## List
53+
## :fontawesome-solid-list: List
5054

5155
```shell
5256
# Secret keys

0 commit comments

Comments
 (0)