mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Did some TODOs
This commit is contained in:
parent
c291a9ec81
commit
be267f78a3
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@ eleventyNavigation:
|
|||
GPG stands for GNU Privacy Guard, an opensource implementation of the [Open PGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP) protocol. A GPG key is used to sign each commit you make so your collaborators can be sure it was you who made it.
|
||||
|
||||
## Adding an Existing GPG key
|
||||
If you have your public key in an easy to find location, great! You can skip to step [TODO link to adding it to your account]. 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).
|
||||
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).<blockquote>If you are using a linux distro this might already be installed, check by typing `gpg` in the terminal.</blockquote>
|
||||
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.
|
||||
3. Check the output for a key that you want, if there are none, or none that you want to use, continue to [Generating a GPG key](#toc_2). If there is one that you want to use, skip to [TODO link to adding it to your account].
|
||||
3. Check the output for a key that you want, if there are none, or none that you want to use, continue to [Generating a GPG key](#toc_2). If there is one that you want to use, skip to [adding it to your account](#Adding-to-Codeberg).
|
||||
<blockquote>
|
||||
<h4>IMPORTANT</h4>
|
||||
<p>Be sure that your selected key uses the same email as your Codeberg account</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue