markdown keybase gpg导入

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown keybase gpg导入相关的知识,希望对你有一定的参考价值。

# Import Keybase PGP to GPG

After [installing](https://keybase.io/download) the [keybase](https://keybase.io/) [command-line tool](https://keybase.io/docs/command_line/basics) onto a new / fresh computer, 
you may want to import your PGP key to the local keyring so that you may use the
keys with [GPG](https://gnupg.org/).

Import your PUBLIC PGP key:

```sh
keybase pgp export|gpg --import -
```

For your SECRET PGP key, you have to be more assertive:

```sh
keybase pgp export -s|gpg --allow-secret-key-import --import -
```

You will then want to trust the keys as your own, so that GPG can be "sure"
they're safe to use

```sh
gpg --editkey you@keybase.io
trust
5
y
save
```

以上是关于markdown keybase gpg导入的主要内容,如果未能解决你的问题,请参考以下文章

markdown keybase.md

markdown keybase.md

markdown keybase.md

markdown keybase.md

markdown keybase.md

markdown keybase.md