Fixed typos and intendation issues
This commit is contained in:
parent
cd13a143fa
commit
42ed5064b4
2 changed files with 18 additions and 18 deletions
|
@ -124,7 +124,7 @@ sub cv25519 2021-12-29 [E]
|
||||||
gpg --armor --export john@example.net > ~/johndoe.asc
|
gpg --armor --export john@example.net > ~/johndoe.asc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Import Sun’s public key using key server…
|
### Import Sun’s PGP public key using key server…
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x8C9CA674C47CA060
|
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x8C9CA674C47CA060
|
||||||
|
@ -137,7 +137,7 @@ imported: 1
|
||||||
|
|
||||||
👍
|
👍
|
||||||
|
|
||||||
### …or using public key URL
|
### …or using PGP public key URL
|
||||||
|
|
||||||
> Heads-up: verify [web of trust](#verify-suns-pgp-public-key-using-web-of-trust) to list missing keys.
|
> Heads-up: verify [web of trust](#verify-suns-pgp-public-key-using-web-of-trust) to list missing keys.
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ Open https://sunknudsen.com/, https://github.com/sunknudsen/pgp-public-key and h
|
||||||
> Heads-up: `0xC1323A377DE14C8B` is Sun’s [legacy](https://github.com/sunknudsen/pgp-public-key/tree/master/legacy) public key.
|
> Heads-up: `0xC1323A377DE14C8B` is Sun’s [legacy](https://github.com/sunknudsen/pgp-public-key/tree/master/legacy) public key.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ gpg --list-signatures 0x8C9CA674C47CA060
|
$ gpg --list-signatures hello@sunknudsen.com
|
||||||
pub ed25519 2021-12-28 [C]
|
pub ed25519 2021-12-28 [C]
|
||||||
E786274BC92B47C23C1CF44B8C9CA674C47CA060
|
E786274BC92B47C23C1CF44B8C9CA674C47CA060
|
||||||
uid [ unknown] Sun Knudsen <hello@sunknudsen.com>
|
uid [ unknown] Sun Knudsen <hello@sunknudsen.com>
|
||||||
|
|
Loading…
Add table
Reference in a new issue