suppress indentation warning

This commit is contained in:
Jibec 2020-04-18 23:27:08 +02:00
parent 42424954aa
commit 20dcd9a7c7
32 changed files with 222 additions and 225 deletions

View file

@ -2,13 +2,13 @@
= Creating GPG Keys Using the KDE Desktop
. Start the KGpg program from the main menu by selecting menu:Utilities[PIM > KGpg].
If you have never used KGpg before, the program walks you through the process of creating your own GPG keypair.
If you have never used KGpg before, the program walks you through the process of creating your own GPG keypair.
. Enter your name, email address, and an optional comment in the dialog box that appears prompting you to create a new key pair.
You can also choose an expiration time for your key, as well as the key strength (number of bits) and algorithms.
You can also choose an expiration time for your key, as well as the key strength (number of bits) and algorithms.
. Enter your passphrase in the next dialog box.
At this point, your key appears in the main KGpg window.
At this point, your key appears in the main KGpg window.
To find your GPG key ID, look in the _Key ID_ column next to the newly created key.
In most cases, if you are asked for the key ID, you should prepend `0x` to the key ID, as in `0x6789ABCD`.