Skip to content

Commit 39916ff

Browse files
committed
Write out clearly what is the current gpg key recommendation
1 parent e839510 commit 39916ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ First open your master key for editing (use `--list-keys` to find it):
4646
gpg --edit-key "<YOUR MASTER KEY ID>"
4747
```
4848

49-
Type `addkey` and select signing or s for capabilities. RSA key type is recommended for greatest compatibility.
49+
A signing key type RSA with 2048 bits is recommended for greatest compatibility.
50+
51+
Type `addkey` and select a type that is for signing, you might be asked about bit size depending on your choice.
5052
Type `save` to persist the new subkey to your master key. Make a note of the Key ID as you will need it in the next step.
5153

5254
Next export the new sub key:

0 commit comments

Comments
 (0)