Fix typos

This commit is contained in:
qwerty287 2021-06-15 17:16:38 +02:00
parent 6460768b39
commit 0c4d6e0e09

View file

@ -11,7 +11,7 @@ GPG stands for GNU Privacy Guard, which is an open-source cryptographic software
## Adding an Existing GPG key
If you have your public key in an easy to find location, great! You can skip to [adding it to your account](#Adding-to-Codeberg). If not we will be using the [GnuPG software](https://gnupg.org/download/index.html#binary) to check, if you have downloaded this before you can skip to [Generating a GPG key](#Generating).
1. Download and install [GnuGPG](https://gnupg.org/download/index.html#binary).
1. Download and install [GnuPG](https://gnupg.org/download/index.html#binary).
> If you are using a Linux distro this might already be installed, check by typing `gpg --version` in the terminal.
2. Type `gpg --list-secret-keys --keyid-format LONG` into your terminal, it will list all the keys that you have both a public and private key for.
@ -20,7 +20,7 @@ If you have your public key in an easy to find location, great! You can skip to
> Be sure that your selected key uses the same email as your Codeberg account.
<h2 id=Generating>Generating a GPG key</h2>
If you havent already, be sure to [install](https://gnupg.org/download/index.html#binary) GnuGP, as you will be using it to generate your keys.
If you havent already, be sure to [install](https://gnupg.org/download/index.html#binary) GnuPG, as you will be using it to generate your keys.
1. Type `gpg --full-generate-key` into your terminal
2. Type `1` and press enter to select `RSA and RSA`