NobGit
public nobgit read

community.wiki

For NobGit Community

Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git

Trace

Account and Security/GPG Keys.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

GPG Keys.md on main
Author Date Commit Line Code
Alex Nord 13 days ago 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
1
# How to upload a GPG key
Open commit View diff
1 # How to upload a GPG key
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
2
Open commit View diff
2
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
3
## Generate and export a GPG key
Open commit View diff
3 ## Generate and export a GPG key
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
4
Open commit View diff
4
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
5
Install GPG first if your system does not already include it. Use the same email address you use for Git commits.
Open commit View diff
5 Install GPG first if your system does not already include it. Use the same email address you use for Git commits.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
6
Open commit View diff
6
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
7
### Windows
Open commit View diff
7 ### Windows
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
8
Open commit View diff
8
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
9
1. Install **Gpg4win**.
Open commit View diff
9 1. Install **Gpg4win**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
10
2. Open **PowerShell**.
Open commit View diff
10 2. Open **PowerShell**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
11
3. Run `gpg --full-generate-key`.
Open commit View diff
11 3. Run `gpg --full-generate-key`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
12
4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
Open commit View diff
12 4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
13
5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
Open commit View diff
13 5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
14
6. Export the public key with `gpg --armor --export KEY_ID`.
Open commit View diff
14 6. Export the public key with `gpg --armor --export KEY_ID`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
15
Open commit View diff
15
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
16
### macOS
Open commit View diff
16 ### macOS
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
17
Open commit View diff
17
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
18
1. Install GPG with **GPG Suite** or Homebrew.
Open commit View diff
18 1. Install GPG with **GPG Suite** or Homebrew.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
19
2. Open **Terminal**.
Open commit View diff
19 2. Open **Terminal**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
20
3. Run `gpg --full-generate-key`.
Open commit View diff
20 3. Run `gpg --full-generate-key`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
21
4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
Open commit View diff
21 4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
22
5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
Open commit View diff
22 5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
23
6. Export the public key with `gpg --armor --export KEY_ID`.
Open commit View diff
23 6. Export the public key with `gpg --armor --export KEY_ID`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
24
Open commit View diff
24
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
25
### Linux
Open commit View diff
25 ### Linux
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
26
Open commit View diff
26
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
27
1. Install GPG from your package manager if needed.
Open commit View diff
27 1. Install GPG from your package manager if needed.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
28
2. Open your terminal.
Open commit View diff
28 2. Open your terminal.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
29
3. Run `gpg --full-generate-key`.
Open commit View diff
29 3. Run `gpg --full-generate-key`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
30
4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
Open commit View diff
30 4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
31
5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
Open commit View diff
31 5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
32
6. Export the public key with `gpg --armor --export KEY_ID`.
Open commit View diff
32 6. Export the public key with `gpg --armor --export KEY_ID`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
33
Open commit View diff
33
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
34
## Upload the key to NobGit
Open commit View diff
34 ## Upload the key to NobGit
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
35
Open commit View diff
35
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
36
1. Click your account menu in the top right.
Open commit View diff
36 1. Click your account menu in the top right.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
37
2. Click **Settings**.
Open commit View diff
37 2. Click **Settings**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
38
3. Open **Access**.
Open commit View diff
38 3. Open **Access**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
39
4. Open **Git access**.
Open commit View diff
39 4. Open **Git access**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
40
5. Find **GPG keys**.
Open commit View diff
40 5. Find **GPG keys**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
41
6. Enter a key **Name**.
Open commit View diff
41 6. Enter a key **Name**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
42
7. Paste the ASCII-armored public key into **Public key**. It normally starts with `-----BEGIN PGP PUBLIC KEY BLOCK-----`.
Open commit View diff
42 7. Paste the ASCII-armored public key into **Public key**. It normally starts with `-----BEGIN PGP PUBLIC KEY BLOCK-----`.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
43
8. Select **Add GPG key**.
Open commit View diff
43 8. Select **Add GPG key**.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
44
Open commit View diff
44
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
45
NobGit syncs the GPG keyring after the key is saved.
Open commit View diff
45 NobGit syncs the GPG keyring after the key is saved.
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
46
Open commit View diff
46
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
47
- [Previous: SSH key](How to upload an SSH key.md)
Open commit View diff
47 - [Previous: SSH key](How to upload an SSH key.md)
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
48
Open commit View diff
48
same change 093c8a8

Migrating docs

Full commit hash
093c8a8d61d877075ce4a3b97453e39b3f793841
Author
Alex Nord <[email protected]>
Date
13 days ago
Selected line
49
- [Next: commit to NobGit](How to commit to NobGit.md)
Open commit View diff
49 - [Next: commit to NobGit](How to commit to NobGit.md)