From 0c4d6e0e093f24f3d6ff812e57bea5f652ef6549 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Tue, 15 Jun 2021 17:16:38 +0200 Subject: [PATCH] Fix typos --- content/security/gpg-key.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/security/gpg-key.md b/content/security/gpg-key.md index 78a497b..09d29f2 100644 --- a/content/security/gpg-key.md +++ b/content/security/gpg-key.md @@ -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.

Generating a GPG key

-If you haven’t 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 haven’t 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`