2018-03-02 15:34:56 +00:00
|
|
|
[[creating-gpg-keys-gnome]]
|
|
|
|
= Creating GPG Keys Using the GNOME Desktop
|
|
|
|
|
|
|
|
Install the Seahorse utility, which makes GPG key management easier.
|
|
|
|
|
2021-02-09 09:27:15 +00:00
|
|
|
. Select menu:Activities[Software].
|
2018-03-02 15:34:56 +00:00
|
|
|
|
2021-02-09 09:27:15 +00:00
|
|
|
. Click the _Search_ button and enter the name 'Seahorse'.
|
2018-03-02 15:34:56 +00:00
|
|
|
|
2021-02-09 09:27:15 +00:00
|
|
|
. Click the Seahorse package and click btn:[Install] to add the software.
|
|
|
|
You can also install Seahorse using the command line with the command `sudo dnf install seahorse`.
|
2018-03-02 15:34:56 +00:00
|
|
|
|
|
|
|
To create a key:
|
|
|
|
|
|
|
|
. Select menu:Activities[Passwords and Encryption Keys], which starts the application Seahorse.
|
|
|
|
|
2021-02-09 09:27:15 +00:00
|
|
|
. At the top left hand corner, click the menu:Plus Button[GPG Key].
|
2018-03-02 15:34:56 +00:00
|
|
|
|
|
|
|
. Type your full name, email address, and an optional comment describing who you are (e.g.: John C. Smith, jsmith@example.com, The Man).
|
2021-02-09 09:27:15 +00:00
|
|
|
|
2018-03-02 15:34:56 +00:00
|
|
|
. Click btn:[Create].
|
|
|
|
|
|
|
|
. Choose a passphrase that is strong but also easy to remember in the dialog that is displayed.
|
|
|
|
|
|
|
|
. Click btn:[OK] and the key is created.
|
|
|
|
|
2021-02-09 09:27:15 +00:00
|
|
|
Now see <<backup-gpg-keys-gnome>>.
|